Click to return to the Component Development home page    
IDebugApplication Interfa...     IDebugApplication::AddSta...     IDebugApplication Interfa...    
Web Workshop  |  Component Development

IDebugApplication::AddGlobalExpressionContextProvider Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.