GetSecurityDescriptorLength
[DllImport("Advapi32.dll", SetLastError = true)]
public static extern uint GetSecurityDescriptorLength(
IntPtr pSecurityDescriptor
);Last updated
[DllImport("Advapi32.dll", SetLastError = true)]
public static extern uint GetSecurityDescriptorLength(
IntPtr pSecurityDescriptor
);Last updated