IFileIOCallback::ResultCallback method

A callback function used to notify the host of errors while during capture or playback.

Syntax

HRESULT ResultCallback(
   DWORD resultState
);

Parameters

resultState
Indicates the kind of error encountered.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IFileIOCallback