Click to return to the Component Development home page    
IDebugExpressionContext::...     IDebugFormatter Interface     IDebugExpressionContext I...    
Web Workshop  |  Component Development

IDebugExpressionContext::ParseLanguageText Method


Creates an IDebugExpression interface for specified text.

Syntax

HRESULT ParseLanguageText(
    LPCOLESTR pstrCode,
    UINT nRadix,
    LPCOLESTR pstrDelimiter,
    DWORD dwFlag,
    IDebugExpression **ppe
);

Parameters

pstrCode
[in] Address of a string that contains the text of the expression.
nRadix
[in] Integer that specifies the radix to use.
pstrDelimiter
[in] Address of the text delimiter.
dwFlag
[in] Unsigned long integer value that contains scriptlet flags.
ppe
[out] Address of a pointer to an IDebugExpression interface.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.