Debugging Tools for Windows |
The GetExpressionEx function evaluates an expression. The expression is evaluated using the MASM evaluator, and can contain aliases.
BOOL
GetExpressionEx(
PCSTR Expression,
ULONG64 * Value,
PCSTR * Remainder
);
GetExpressionEx returns one of the following values:
Headers: Defined in wdbgexts.h. If you are writing a WdbgExts extension, include wdbgexts.h. If you are writing a DbgEng extension that calls this function, include wdbgexts.h before dbgeng.h (see Writing DbgEng Extension Code for details).