Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Designates the parameter that receives the return value of the member.
Allowed on
Parameters of interface members that describe methods or get properties.
Flags
- IDLFLAG\_FRETVAL
Remarks
This attribute can be used only on the last parameter of the member. The parameter must have the out attribute and must be a pointer type.
Parameters with this attribute are not displayed in user-oriented browsers.
Related topics