Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.06 KB

in-cpp.md

File metadata and controls

45 lines (33 loc) · 1.06 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: in (C++)
in (C++ COM Attribute)
10/02/2018
vc-attr.in
in attribute
7b450cc4-4d2e-4910-a195-7487c6b7c373

in (C++)

Indicates that a parameter is to be passed from the calling procedure to the called procedure.

Syntax

[in]

Remarks

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

Example

See bindable for an example of how to use in.

Requirements

Attribute context Value
Applies to Interface parameter, interface method
Repeatable No
Required attributes None
Invalid attributes retval

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

See also

IDL Attributes
Parameter Attributes
Method Attributes
defaultvalue
id
out