IPipeLineStagesCallback::ResultCallback method

A callback that notifies the host of pipeline stages image information returned by the assocaited request.

Syntax

HRESULT ResultCallback(
   PipeLineStagesID stageId,
   EventID          eid,
   DWORD            width,
   DWORD            height,
   DWORD            format,
   DWORD            size,
   BYTE []          count5_buffer
);

Parameters

stageId
The pipeline stage represented in the results.

eid
The event represented in the results.

width
The width of the pipeline visualization image.

height
The height of the pipeline visualization image.

format
The format of the pipeline visualization image.

size
The size of the image in bytes.

count5_buffer
The pipeline visualization image.

Return value

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

Requirements

Header

Vspixengine.h

See also

IPipeLineStagesCallback