Debugging Tools for Windows |
The GetNumberInputCallbacks method returns the number of input callbacks registered over all clients.
HRESULT
IDebugClient5::GetNumberInputCallbacks(
OUT PULONG Count
);
This method may also return error values. See Return Values for more details.
GetNumberInputCallbacks is available in IDebugClient5 and later versions.
Each client can have at most one input callback registered with it.
For more information about callbacks, see Callbacks.
Headers: Defined in dbgeng.h. Include dbgeng.h.
IDebugInputCallbacks, GetInputCallbacks, SetInputCallbacks, GetNumberOutputCallbacks, GetNumberEventCallbacks