Debugging Tools for Windows

GetNumberRegisters

The GetNumberRegisters method returns the number of registers on the target computer.

HRESULT
  IDebugRegisters::GetNumberRegisters(
    OUT PULONG  Number
    );

Parameters

Number
Receives the number of registers on the target's computer.

Return Value

S_OK
The method was successful.

This list does not contain all the errors that might occur. For a list of possible errors, see HRESULT Values.

Interface Version

GetNumberRegisters is available in all versions of IDebugRegisters.

Comments

For an overview of the IDebugRegisters interface and other register-related methods, see Registers.

Requirements

Headers: Defined in DbgEng.h. Include DbgEng.h.

Build machine: CAPEBUILD