Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 1.87 KB

ne-callobj-callframe_walk.md

File metadata and controls

71 lines (58 loc) · 1.87 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
NE:callobj.CALLFRAME_WALK
CALLFRAME_WALK (callobj.h)
Determines the parameter type to be walked.
CALLFRAME_WALK
CALLFRAME_WALK enumeration [COM]
CALLFRAME_WALK_IN
CALLFRAME_WALK_INOUT
CALLFRAME_WALK_OUT
_com_CALLFRAME_WALK
callobj/CALLFRAME_WALK
callobj/CALLFRAME_WALK_IN
callobj/CALLFRAME_WALK_INOUT
callobj/CALLFRAME_WALK_OUT
com.callframe_walk
com\callframe_walk.htm
com
52327707-43b0-4041-8fa1-62a9a62dc6b7
12/05/2018
CALLFRAME_WALK, CALLFRAME_WALK enumeration [COM], CALLFRAME_WALK_IN, CALLFRAME_WALK_INOUT, CALLFRAME_WALK_OUT, _com_CALLFRAME_WALK, callobj/CALLFRAME_WALK, callobj/CALLFRAME_WALK_IN, callobj/CALLFRAME_WALK_INOUT, callobj/CALLFRAME_WALK_OUT, com.callframe_walk
callobj.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
CALLFRAME_WALK
callobj/CALLFRAME_WALK
c++
APIRef
kbSyntax
HeaderDef
CallObj.h
CALLFRAME_WALK

CALLFRAME_WALK enumeration

-description

Determines the parameter type to be walked.

-enum-fields

-field CALLFRAME_WALK_IN:1

The [in] parameter values will be walked.

-field CALLFRAME_WALK_INOUT:2

The [in, out] parameter values will be walked.

-field CALLFRAME_WALK_OUT:4

The [out] parameter values will be walked.

-see-also

ICallFrame::WalkFrame