Debugging Tools for Windows |
The GetExpression function returns the value of expression. The expression is evaluated using the current expression evaluator, and can contain aliases.
ULONG
GetExpression (
PCSTR expression
);
The value of the expression passed to GetExpression.
The expression is evaluated by the current expression evaluator (either the MASM or C++ expression evaluator); see Numerical Expression Syntax for details. Aliases will be properly understood; see Using Aliases for details.
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).