הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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_INValue: 1 The [in] parameter values will be walked. |
CALLFRAME_WALK_INOUTValue: 2 The [in, out] parameter values will be walked. |
CALLFRAME_WALK_OUTValue: 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 |