You are reading help file online using chmlib.com
|
ISpSREngine::SetSite sets the ISpSREngineSite interface for the engine to use. The SR engine can call back to SAPI using the methods in the ISpSREngineSite.
HRESULT SetSite(
ISpSREngineSite *pSite
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|