Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the parameter type to be walked.
Syntax
typedef enum CALLFRAME_WALK {
CALLFRAME_WALK_IN = 1,
CALLFRAME_WALK_INOUT = 2,
CALLFRAME_WALK_OUT = 4
} ;
Constants
CALLFRAME_WALK_IN Value: 1 The [in] parameter values will be walked. |
CALLFRAME_WALK_INOUT Value: 2 The [in, out] parameter values will be walked. |
CALLFRAME_WALK_OUT Value: 4 The [out] parameter values will be walked. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | callobj.h |