IPixProgressCallback::Progress method
A callback that notifies the host of the progress of an associated request.
Syntax
HRESULT Progress(
DWORD current,
DWORD maxSize
);
Parameters
current
The portion of a request completed, as a count of the number of steps completed.
maxSize
The total number of steps to complete the request.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also