Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Determines the parameter type to be freed.
typedef enum CALLFRAME_NULL {
CALLFRAME_NULL_NONE = 0,
CALLFRAME_NULL_INOUT = 2,
CALLFRAME_NULL_OUT = 4,
CALLFRAME_NULL_ALL = 6
} ;
CALLFRAME_NULL_NONE Value: 0 No values are freed. |
CALLFRAME_NULL_INOUT Value: 2 The data referenced by [in, out] parameters are freed. |
CALLFRAME_NULL_OUT Value: 4 The data referenced by [out] parameters are freed. |
CALLFRAME_NULL_ALL Value: 6 All [out] and [in, out] parameters are freed. |
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | callobj.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today