PS_ATTRIBUTE_LIST

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

Last updated