IDebugClient5::GetNumberOutputCallbacks method (dbgeng.h)

The GetNumberOutputCallbacks method returns the number of output callbacks registered over all clients.

Syntax

HRESULT GetNumberOutputCallbacks(
  [out] PULONG Count
);

Parameters

[out] Count

Receives the number of output callbacks that have been registered.

Return value

This method may also return error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.

Remarks

Each client can have at most one output callback registered with it.

For more information about callbacks, see Callbacks.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

GetNumberEventCallbacks

GetNumberInputCallbacks

GetOutputCallbacks

IDebugClient5

IDebugOutputCallbacks

SetOutputCallbacks