Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 1.82 KB

ns-callobj-callframeparaminfo.md

File metadata and controls

77 lines (62 loc) · 1.82 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
NS:callobj.__MIDL_ICallFrame_0002
CALLFRAMEPARAMINFO (callobj.h)
Provides information about the parameter on the stack.
CALLFRAMEPARAMINFO
CALLFRAMEPARAMINFO structure [COM]
callobj/CALLFRAMEPARAMINFO
com.callframeparaminfo
com\callframeparaminfo.htm
com
0f3a1e81-c8b6-4141-8712-c600b30a2779
12/05/2018
CALLFRAMEPARAMINFO, CALLFRAMEPARAMINFO structure [COM], callobj/CALLFRAMEPARAMINFO, com.callframeparaminfo
callobj.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
CALLFRAMEPARAMINFO
19H1
__MIDL_ICallFrame_0002
callobj/__MIDL_ICallFrame_0002
CALLFRAMEPARAMINFO
callobj/CALLFRAMEPARAMINFO
c++
APIRef
kbSyntax
HeaderDef
callobj.h
CALLFRAMEPARAMINFO

CALLFRAMEPARAMINFO structure

-description

Provides information about the parameter on the stack.

-struct-fields

-field fIn

TRUE if this is an [in] parameter; otherwise, FALSE.

-field fOut

TRUE if this is an [out] parameter; otherwise, FALSE.

-field stackOffset

Represents the offset in bytes from the stack location of the frame to the start of the parameter.

-field cbParam

Represents the size in bytes occupied by the parameter on the stack.

-see-also

ICallFrame