IRunActionCallback::RequestResult method
A callback function used to notify the host of results from an action (for example, capture a frame) that it requested.
Syntax
HRESULT RequestResult(
IUnknown * actionResult
);
Parameters
actionResult
The result of the action.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also