Debugging Tools for Windows

GetRadix

The GetRadix method returns the default radix (number base) used by the debugger engine when it evaluates and displays MASM expressions, and when it displays symbol information.

HRESULT
  IDebugControl::GetRadix(
    OUT PULONG  Radix
    );

Parameters

Radix
Receives the default radix.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

GetRadix is available in all versions of IDebugControl.

Comments

For more information about the default radix, see Using Input and Output.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

SetRadix, n (Set Number Base)

Build machine: CAPEBUILD