Adds a global expression context provider to this application.
HRESULT AddGlobalExpressionContextProvider( IProvideExpressionContexts* pdsfs, DWORD_PTR* pdwCookie );
- 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.
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. |
This method adds a global expression context provider to this application.