Adds a stack frame enumerator provider to this application.

HRESULT AddStackFrameSniffer(
   IDebugStackFrameSniffer*  pdsfs,
   DWORD*                    pdwCookie
);

Parameters

pdsfs

[in] The stack frame enumerator provider to add to this application.

pdwCookie

[out] A cookie that is used to remove this stack frame enumerator provider from the application.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also