Long value that specifies security information. For more
information, see GetSecurityInfo in MSDN.
bBinary
Boolean value that determines whether you get the security
descriptor in binary form.
scope
Specifies the level at which the security descriptor applies by
using values from the FPCSecurityScope enumerated type.
Return Values
vSecurityDescriptor
Reference to an FPCSecurityDescriptor object. If you
specify that the security descriptor is in binary form, this is a
reference to a Win32 security descriptor in self-relative format.
For more information on Win32 security descriptors, see MSDN.
Remarks
This method makes use of related Windows functionality. For more
information, see GetSecurityInfo in MSDN.