SECURITY_ATTRIBUTES.lpSecurityDescriptor Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
nativeint
- Attributes