Removes a stack frame enumerator provider from this application.
HRESULT RemoveStackFrameSniffer( DWORD dwCookie );
- dwCookie
[in] The cookie returned by the AddStackFrameSniffer method when the stack frame enumerator provider was added.
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. |
The RemoveStackFrameSniffer method removes a stack frame enumerator provider from this application.