IActivationSecurity::GetSecurityDescriptor

HRESULT IActivationSecurity::GetSecurityDescriptor(ppSecDesc);

Retrieves the security descriptor associated with this object. This security descriptor is used to control access to this object pointer in system-maintained tables.

Argument

Type

Description

ppSecDesc

SECURITY_DESCRIPTOR**

Location in which to return a pointer to the security descriptor for activation or binding to this object.

Returns

S_OK

Success. *ppSecDesc refers to a valid SECURITY_DESCRIPTOR.

E_INVALIDARG

One or more arguments are invalid.