Adds a global expression context provider to an application.
Syntax
HRESULT AddGlobalExpressionContextProvider( IProvideExpressionContexts *pdsfs, DWORD *pdwCookie );
Parameters
- pdsfs
- [in] Address of an IProvideExpressionContexts interface.
- pdwCookie
- [out] Address of a unsigned long integer value that contains a cookie that is used to remove the global expression context provider.
Return Value
Returns S_OK if successful, or an error code otherwise.