NtSetSecurityObject (NTDLL.@)
NTSTATUS NtSetSecurityObject ( HANDLE Handle, SECURITY_INFORMATION SecurityInformation, PSECURITY_DESCRIPTOR SecurityDescriptor )
Sets specified parts of the object's security descriptor.
Handle | [In] | Handle to the object to change security descriptor of. |
SecurityInformation | [In] | Specifies which parts of the security descriptor to set. |
SecurityDescriptor | [In] | New parts of a security descriptor for the object. |
NTSTATUS code.
Defined in "winternl.h".
Implemented in "dlls/ntdll/sec.c". source.winehq.org/source/dlls/ntdll/sec.c
Debug channel "ntdll".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.