NtSetSecurityObject.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

NtSetSecurityObject (NTDLL.@)

SYNOPSIS

NTSTATUS NtSetSecurityObject
 (
  HANDLE               Handle,
  SECURITY_INFORMATION SecurityInformation,
  PSECURITY_DESCRIPTOR SecurityDescriptor
 )

DESCRIPTION

Sets specified parts of the object's security descriptor.

PARAMS

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.

RETURNS

NTSTATUS code.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/sec.c".

Debug channel "ntdll".