out (C++)
Identifies pointer parameters that are returned from the called procedure to the calling procedure (from the server to the client).
[out]
Заметки
The out C++ attribute has the same functionality as the out MIDL attribute.
Пример
See the example for bindable for a sample use of out.
Требования
Attribute Context
Applies to |
Interface parameter |
Repeatable |
No |
Required attributes |
None |
Invalid attributes |
None |
For more information about the attribute contexts, see Attribute Contexts.