Debugging Tools for Windows |
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
);
This method may also return error values. See Return Values for more details.
GetRadix is available in all versions of IDebugControl.
For more information about the default radix, see Using Input and Output.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.