IProvideExpressionContexts::EnumExpressionContexts

Returns an enumerator of expression contexts known by this component.

Syntax

HRESULT EnumExpressionContexts(  
   IEnumDebugExpressionContexts**  ppedec  
);  

Parameters

ppedec
[out] An enumerator of expression contexts known by this component.

Return Value

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.

Remarks

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.

See also

IProvideExpressionContexts Interface