Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes a stack frame enumerator provider from this application.
Syntax
HRESULT RemoveStackFrameSniffer(
DWORD dwCookie
);
Parameters
dwCookie
[in] The cookie returned by the AddStackFrameSniffer method when the stack frame enumerator 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 RemoveStackFrameSniffer method removes a stack frame enumerator provider from this application.
See also
IDebugApplication::AddStackFrameSniffer
IDebugApplication Interface
IDebugStackFrameSniffer Interface