Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 1.92 KB

nn-callobj-icallframe.md

File metadata and controls

60 lines (52 loc) · 1.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:callobj.ICallFrame
ICallFrame (callobj.h)
Enables manipulation of call frames such as stack frames.
ICallFrame
ICallFrame interface [COM]
ICallFrame interface [COM]
described
_com_icallframe_interface
callobj/ICallFrame
com.icallframe
com\icallframe.htm
com
56a75123-f402-4187-af13-d31f72a5f094
12/05/2018
ICallFrame, ICallFrame interface [COM], ICallFrame interface [COM],described, _com_icallframe_interface, callobj/ICallFrame, com.icallframe
callobj.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Callobj.idl
Windows
19H1
ICallFrame
callobj/ICallFrame
c++
APIRef
kbSyntax
COM
Callobj.h
ICallFrame

ICallFrame interface

-description

Enables manipulation of call frames such as stack frames. The call frame is the body of information that a procedure must save to allow it to properly return to its caller. A call frame may exist on the stack or in registers. A stack frame maintains its caller's context information on the stack.

An instance of the ICallFrame interface can perform various transformations on a call frame. The call can be marshaled or persisted. The instance of this interface is bound and has an associated method number.

-inheritance

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