For the complete documentation index, see llms.txt. This page is also available as Markdown.

SECURITY_ATTRIBUTES

public struct SECURITY_ATTRIBUTES
{
    public uint nLength;
    public unsafe void* lpSecurityDescriptor;
    public BOOL bInheritHandle;
}

Last updated