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