LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
Public Attributes | List of all members
_typelib_MethodParameter Struct Reference

Description of an interface method parameter. More...

#include <typedescription.h>

Public Attributes

rtl_uString * pName
 name of parameter More...
 
typelib_TypeDescriptionReferencepTypeRef
 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...
 

Detailed Description

Description of an interface method parameter.

Member Data Documentation

◆ bIn

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]

◆ bOut

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]

◆ pName

rtl_uString* _typelib_MethodParameter::pName

name of parameter

◆ pTypeRef

typelib_TypeDescriptionReference* _typelib_MethodParameter::pTypeRef

type of parameter


The documentation for this struct was generated from the following file: