InitializeSecurityDescriptor

The InitializeSecurityDescriptor function initializes a new security descriptor.

Declaration Declare Function InitializeSecurityDescriptor Lib "advapi32.dll" (pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal dwRevision As Long) As Long
Parameters
  • pSecurityDescriptor
[out] Pointer to a SECURITY_DESCRIPTOR structure that the function initializes.
  • dwRevision
[in] Specifies the revision level to assign to the security descriptor. This parameter must be SECURITY_DESCRIPTOR_REVISION.
Return Values If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Free Download
For Example Code You can click link above