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