SECURITY_ATTRIBUTES.lpSecurityDescriptor Field

Definition

A pointer to a SECURITY_DESCRIPTOR structure that controls access to the object. If the value of this member is null, the object is assigned the default security descriptor associated with the access token of the calling process. This is not the same as granting access to everyone by assigning a null discretionary access control list (DACL). The default DACL in the access token of a process allows access only to the user represented by the access token.

public: IntPtr lpSecurityDescriptor;
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr lpSecurityDescriptor;
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable lpSecurityDescriptor : nativeint
Public lpSecurityDescriptor As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Applies to