Description of an interface method parameter. More...
#include <typedescription.h>
| Public Attributes | |
| rtl_uString * | pName | 
| name of parameter | |
| typelib_TypeDescriptionReference * | pTypeRef | 
| type of parameter | |
| sal_Bool | bIn | 
| true: the call type of this parameter is [in] or [inout] false: the call type of this parameter is [out] | |
| sal_Bool | bOut | 
| true: the call type of this parameter is [out] or [inout] false: the call type of this parameter is [in] | |
Description of an interface method parameter.
| sal_Bool _typelib_MethodParameter::bIn | 
true: the call type of this parameter is [in] or [inout] false: the call type of this parameter is [out]
| sal_Bool _typelib_MethodParameter::bOut | 
true: the call type of this parameter is [out] or [inout] false: the call type of this parameter is [in]
| rtl_uString* _typelib_MethodParameter::pName | 
name of parameter
| typelib_TypeDescriptionReference* _typelib_MethodParameter::pTypeRef | 
type of parameter