.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH NtSetSecurityObject 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBNtSetSecurityObject\fR (NTDLL.@) .SH SYNOPSIS NTSTATUS NtSetSecurityObject ( HANDLE \fIHandle\fR, SECURITY_INFORMATION \fISecurityInformation\fR, PSECURITY_DESCRIPTOR \fISecurityDescriptor\fR ) .SH DESCRIPTION .PP Sets specified parts of the object's security descriptor. .SH PARAMS \fIHandle\fR \fB[In]\fR \fIHandle\fR to the object to change security descriptor of. .PP \fISecurityInformation\fR \fB[In]\fR Specifies which parts of the security descriptor to set. .PP \fISecurityDescriptor\fR \fB[In]\fR New parts of a security descriptor for the object. .PP .SH RETURNS .PP \fBNTSTATUS\fR code. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/sec.c"\fR. .PP Debug channel \fB"ntdll"\fR.