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.