Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.03 KB

out-cpp.md

File metadata and controls

43 lines (31 loc) · 1.03 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: out (C++)
out (C++ COM Attribute)
10/02/2018
vc-attr.out
out attribute
5051b1bf-4949-4bf1-b82f-35e14f0f244b

out (C++)

Identifies pointer parameters that are returned from the called procedure to the calling procedure (from the server to the client).

Syntax

[out]

Remarks

The out C++ attribute has the same functionality as the out MIDL attribute.

Example

See the example for bindable for a sample use of out.

Requirements

Attribute context Value
Applies to Interface parameter
Repeatable No
Required attributes None
Invalid attributes None

For more information about the attribute contexts, see Attribute Contexts.

See also

IDL Attributes
Parameter Attributes
defaultvalue
id