retval
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