> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/foundation/ps_attribute_list.md).

# PS\_ATTRIBUTE\_LIST

```csharp
public struct PS_ATTRIBUTE_LIST
{
    public nuint TotalLength;
    public unsafe void* Attributes;
}
```
