IRunExperimentCallback::ResultCallback method
Requests to run an experiment (capture) on the specified process.
Syntax
HRESULT ResultCallback(
DWORD processId
);
Parameters
processId
The specified process.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also