Overview   Namespace   Class   Index   Help 

Data of Class _typelib_MethodParameter


pName
rtl_uString * pName;

Summary
name of parameter

pTypeRef
typelib_TypeDescriptionReference * pTypeRef;

Summary
type of parameter

bIn
sal_Bool bIn;

Summary
true: the call type of this parameter is [in] or [inout] false: the call type of this parameter is [out]

bOut
sal_Bool bOut;

Summary
true: the call type of this parameter is [out] or [inout] false: the call type of this parameter is [in]

Top of Page