IDebugApplication::AddGlobalExpressionContextProvider

Adds a global expression context provider to this application.

Syntax

HRESULT AddGlobalExpressionContextProvider(  
   IProvideExpressionContexts*  pdsfs,  
   DWORD_PTR*                   pdwCookie  
);  

Parameters

pdsfs
[in] The global context provider to add to this application.

pdwCookie
[out] A cookie that is used to remove this global expression context provider from the application.

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

This method adds a global expression context provider to this application.

See also

IDebugApplication Interface
IDebugApplication::RemoveGlobalExpressionContextProvider