HRESULT SetSecurityDescriptor (
LONG lSecurityInfo, FpcSecurityScope scope, VARIANT vSecurityDescriptor);
Parameters
lSecurityInfo
Long value that specifies security information.
scope
Specifies whether the security descriptor is for an array, for
a signaled alert session, or for sessions . It can have the value
fpcSingleArrayScope, fpcAlertsScope, or
fpcSessionsScope from the FPCSecurityScope enumerated
type.
vSecurityDescriptor
Variant that can be either a reference to an
FPCSecurityDescriptor object, or a pointer 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 SetSecurityInfo in MSDN.