IDebugControl2::GetRadix method (dbgeng.h)
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.
Syntax
HRESULT GetRadix(
[out] PULONG Radix
);
Parameters
[out] Radix
Receives the default radix.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For more information about the default radix, see Using Input and Output.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |