You are reading help file online using chmlib.com
|
ISpPrivateEngineCall::CallEngine allows an engine-specific call.
It is called from the engine extension object to the engine object. Data passed into this call is given to the main SR engine through the ISpSREngine::PrivateCall method.
HRESULT CallEngine(
VOID *pCallFrame,
ULONG ulCallFrameSize
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_FAILED | No engine could be found. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|