ICallStackCallback::ResultCallback method

A callback function used to notify the host of call stack information.

Syntax

HRESULT ResultCallback(
   DWORD             count,
   CallStackFrame [] count0_callStackFrameBuffer
);

Parameters

count
The number of callstack framebuffers returned.

count0_callStackFrameBuffer
The callstack information.

Return value

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

Requirements

Header

Vspixengine.h

See also

ICallStackCallback