105 RT_TYPE_PUBLISHED = 0x4000
RTReferenceType
specifies the type of a reference used in a service description.
@ TYPE_PARAMETER
Indicates a type parameter of a polymorphic struct type template.
@ EXPORTS
the service exports the specified service that means this service provides also the specified service...
@ SUPPORTS
the service support the interface that means an implementation of this service must implement this in...
RTParamMode
specifies the mode of a parameter.
@ RT_PARAM_INVALID
indicates an invalid parameter mode
@ RT_PARAM_INOUT
indicates a in and out parameter which is used also by reference
@ RT_PARAM_REST
Indicates a rest parameter (currently only valid for service constructors).
@ RT_PARAM_IN
indicates a pure in parameter which is used by value
@ RT_PARAM_OUT
indicates a pure out parameter which is used by reference
RTValueType
specifies the type of a field value.
RTFieldAccess
specifies the type for the field access.
@ OPTIONAL
specifies a property as optional that means that it must not be implemented.
@ PUBLISHED
Flag for published individual constants.
@ PARAMETERIZED_TYPE
Indicates that a member of a polymorphic struct type template is of a parameterized type.
@ CONST
specifies that the field is a constant or enum value
RTMethodMode
specifies the mode of a method.
@ ATTRIBUTE_GET
Indicates an extended attribute getter (that has a 'raises' clause) of an interface type.
@ ATTRIBUTE_SET
Indicates an extended attribute setter (that has a 'raises' clause) of an interface type.
@ ONEWAY
indicates the asynchronous mode of a method
@ TWOWAY
indicated the synchronous mode of a method
RTTypeClass
specifies the typeclass of a binary type blob.
@ RT_TYPE_INVALID
specifies that the structure of the given blob is unknown and can't be read.
@ RT_TYPE_INTERFACE
specifies that the blob represents an interface type.
@ RT_TYPE_OBJECT
deprecated, not used.
@ RT_TYPE_MODULE
specifies that the blob represents a module type.
@ RT_TYPE_CONSTANTS
specifies that the blob represents a constants type.
@ RT_TYPE_STRUCT
specifies that the blob represents a struct type.
@ RT_TYPE_SINGLETON
specifies that the blob represents a singleton type (a named object) which refers exactly one existin...
@ RT_TYPE_SERVICE
specifies that the blob represents a service type.
@ RT_TYPE_EXCEPTION
specifies that the blob represents an exception type.
@ RT_TYPE_ENUM
specifies that the blob represents an enum type.
@ RT_TYPE_TYPEDEF
specifies that the blob represents a typedef type.
specifies a variable container for field values.
sal_Unicode const * aString