Returns an enumerator of expression contexts known by this component.
HRESULT EnumExpressionContexts( IEnumDebugExpressionContexts** ppedec );
- ppedec
[out] An enumerator of expression contexts known by this component.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
The process debug manager uses this method to find all global expression contexts associated with a given thread.
Note |
---|
This method is called from within the thread of interest. It is up to the implementer to identify the current thread and return an appropriate enumerator. |