Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the service provider.
HRESULT SetSite(
IServiceProvider * pSP
);
public int SetSite(
IServiceProvider pSP
);
Parameters
- pSP
[in] Reference to the interface of the service provider.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
This method will be called before any other methods are called.