IFrameListCallback::ResultCallback method

A callback function used to notify the host of which frames were captured.

Syntax

HRESULT ResultCallback(
   DWORD    numFrames,
   DWORD [] count0_frameNumbers,
   DWORD [] count0_frameEventIDs
);

Parameters

numFrames
The number of frames captured.

count0_frameNumbers
The frame numbers of the captured frames.

count0_frameEventIDs
The final event associated with each frame.

Return value

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

Requirements

Header

Vspixengine.h

See also

IFrameListCallback