Overview   Namespace   Class   Index   Help 

Data of Class _typelib_InterfaceMethodTypeDescription


aBase
typelib_InterfaceMemberTypeDescription aBase;

Summary
inherits all members of typelib_InterfaceMemberTypeDescription

pReturnTypeRef
typelib_TypeDescriptionReference * pReturnTypeRef;

Summary
type of the return value

nParams
sal_Int32 nParams;

Summary
number of parameters

pParams
typelib_MethodParameter * pParams;

Summary
array of parameters

nExceptions
sal_Int32 nExceptions;

Summary
number of exceptions

ppExceptions
typelib_TypeDescriptionReference * * ppExceptions;

Summary
array of exception types

bOneWay
sal_Bool bOneWay;

Summary
determines whether method is declared oneway

Top of Page