IDebugClient5::GetNumberInputCallbacks method (dbgeng.h)

The GetNumberInputCallbacks method returns the number of input callbacks registered over all clients.

Syntax

HRESULT GetNumberInputCallbacks(
  [out] PULONG Count
);

Parameters

[out] Count

Receives the number of input 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 input 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

GetInputCallbacks

GetNumberEventCallbacks

GetNumberOutputCallbacks

IDebugClient5

IDebugInputCallbacks

SetInputCallbacks