Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.