Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Removes a global expression context provider from this application.
Syntax
HRESULT RemoveGlobalExpressionContextProvider(
DWORD_PTR dwCookie
);
Parameters
dwCookie
[in] The cookie returned by the AddGlobalExpressionContextProvider method when the global context provider was added.
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 RemoveGlobalExpressionContextProvider method removes a global expression context provider from this application.
See also
IDebugApplication::AddGlobalExpressionContextProvider
IDebugApplication Interface