ICallFrameWalker interface (callobj.h)

Walks a stack frame looking for interesting values.

Inheritance

The ICallFrameWalker interface inherits from the IUnknown interface. ICallFrameWalker also has these types of members:

Methods

The ICallFrameWalker interface has these methods.

 
ICallFrameWalker::OnWalkInterface

Walks through a call frame to look for the specified interface in the call frame. The interface can be manipulated or replaced by paying close attention to the reference count.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header callobj.h

See also

ICallFrame::WalkFrame