NtSetSecurityObject(3w)

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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/sec.c".

Debug channel "ntdll".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout