LibreOffice
LibreOffice 24.8 SDK C/C++ API Reference
 
Loading...
Searching...
No Matches
_typelib_MethodParameter Struct Reference

Description of an interface method parameter. More...

#include <typedescription.h>

Public Attributes

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

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: