IPixErrorCallback::MessagesCallback method

A callback that notifies the host of messages returned by the associated request.

Syntax

HRESULT MessagesCallback(
   DWORD    count,
   Issue [] count0_messages
);

Parameters

count
The number of messages.

count0_messages
The messages.

Return value

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

Requirements

Header

Vspixengine.h

See also

IPixErrorCallback