Share via


GetExpression

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

This function returns the value of an expression.

Syntax

ULONG GetExpression(
  PCSTR expression
);

Parameters

  • expression
    [in] Expression to evaluate.

Return Value

The function returns the value of the expression.

Requirements

Header wdbgexts_ce.h
Library Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

Debugger Extension Functions