Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 1.66 KB

File metadata and controls

73 lines (62 loc) · 1.66 KB
title in (C++) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
vc-attr.in
dev_langs
C++
helpviewer_keywords
in attribute
ms.assetid 7b450cc4-4d2e-4910-a195-7487c6b7c373
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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

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