IPixelHistoryCallback2::PrimitivesCallback method

A callback that notifies the host of pixel history primitive operation information returned by the associated request.

Syntax

HRESULT PrimitivesCallback(
   DWORD                    count,
   PixelHistoryOperation [] count0_primitives
);

Parameters

count
The number of primitives.

count0_primitives
The primitives.

Return value

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

Requirements

Header

Vspixengine.h

See also

IPixelHistoryCallback2