Debugging Tools for Windows |
The GetNumberEventCallbacks method returns the number of event callbacks that are interested in the given events.
HRESULT
IDebugClient5::GetNumberEventCallbacks(
IN ULONG EventFlags,
OUT PULONG Count
);
This method may also return error values. See Return Values for more details.
GetNumberEventCallbacks is available in IDebugClient5 and later versions.
Each client can have at most one event callback registered with it. When a callback is registered with a client, its IDebugEventCallbacks::GetInterestMask method is called to allow the client to specify which events it is interested in.
For more information about callbacks, see Callbacks.
Headers: Defined in dbgeng.h. Include dbgeng.h.
IDebugEventCallbacks, GetEventCallbacks, SetEventCallbacks, GetNumberOutputCallbacks, GetNumberInputCallbacks