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 GetNumberRegisters method returns the number of registers on the target computer.
Syntax
HRESULT GetNumberRegisters(
[out] PULONG Number
);
Parameters
[out] Number
Receives the number of registers on the target's computer.
Return value
This list does not contain all the errors that might occur. For a list of possible errors, see HRESULT Values.
| Return code | Description |
|---|---|
|
The method was successful. |
Remarks
For an overview of the IDebugRegisters interface and other register-related methods, see Registers.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | dbgeng.h (include DbgEng.h) |