Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
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) |