RtlCreateSecurityDescriptor(3w)

NAME

RtlCreateSecurityDescriptor (NTDLL.@)

SYNOPSIS

NTSTATUS RtlCreateSecurityDescriptor
 (
  PSECURITY_DESCRIPTOR lpsd,
  DWORD                rev
 )

DESCRIPTION

Initialise a SECURITY_DESCRIPTOR.

PARAMS

lpsd [Out] Descriptor to initialise.

rev [In] Revision, must be set to SECURITY_DESCRIPTOR_REVISION.

RETURNS

Success: STATUS_SUCCESS.

Failure: STATUS_UNKNOWN_REVISION if rev is incorrect.

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