LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
Description of an interface method parameter. More...
#include <typedescription.h>
Public Attributes | |
rtl_uString * | pName |
name of parameter More... | |
typelib_TypeDescriptionReference * | pTypeRef |
type of parameter More... | |
sal_Bool | bIn |
true: the call type of this parameter is [in] or [inout] false: the call type of this parameter is [out] More... | |
sal_Bool | bOut |
true: the call type of this parameter is [out] or [inout] false: the call type of this parameter is [in] More... | |
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