Previous | Next |
This method returns an IPropertyMap object that contains useful information about the user request.
Syntax
HRESULT GetRequestContext(
IPropertyMap **ppProps
);
Parameters
[out] ppProps
Returns an address of the pointer that points to the IPropertyMap interface, which contains context information requested by the user.
Return Values
This method return S_OK upon successful completion or an HRESULT error code.
See Also
Command Context Properties, INSSCommandContext Interface
Previous | Next |