Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


::

enum RTMethodMode


Summary
specifies the mode of a method.
Description
A method can be synchron or asynchron (oneway). The const attribute for methods was removed so that the const values are deprecated.

Values

RT_MODE_INVALID
Summary
indicates an invalid mode
RT_MODE_ONEWAY
Summary
indicates the asynchronous mode of a method
RT_MODE_ONEWAY_CONST
D E P R E C A T E D
RT_MODE_TWOWAY
Summary
indicated the synchronous mode of a method
RT_MODE_TWOWAY_CONST
D E P R E C A T E D
RT_MODE_ATTRIBUTE_GET
Summary
Indicates an extended attribute getter (that has a 'raises' clause) of an interface type.
Since
UDK 3.2.0
RT_MODE_ATTRIBUTE_SET
Summary
Indicates an extended attribute setter (that has a 'raises' clause) of an interface type.
Since
UDK 3.2.0

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.