Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.39 KB

File metadata and controls

51 lines (40 loc) · 1.39 KB
title in (C++) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-windows
ms.topic reference
f1_keywords
vc-attr.in
dev_langs
C++
helpviewer_keywords
in attribute
ms.assetid 7b450cc4-4d2e-4910-a195-7487c6b7c373
author mikeblome
ms.author mblome
ms.workload
cplusplus
uwp

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