Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mụ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