Debugging Tools for Windows

GetNumberInputCallbacks

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

HRESULT
  IDebugClient5::GetNumberInputCallbacks(
    OUT PULONG  Count
    );

Parameters

Count
Receives the number of input callbacks that have been registered.

Return Value

S_OK
The method was successful.

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

Interface Version

GetNumberInputCallbacks is available in IDebugClient5 and later versions.

Comments

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

For more information about callbacks, see Callbacks.

Requirements

Headers: Defined in dbgeng.h. Include dbgeng.h.

See Also

IDebugInputCallbacks, GetInputCallbacks, SetInputCallbacks, GetNumberOutputCallbacks, GetNumberEventCallbacks

Build machine: CAPEBUILD