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
- pInterface
- _typelib_InterfaceTypeDescription * pInterface;
- Summary
- the interface description this method is a member of
- Since
- #i21150#
- pBaseRef
- typelib_TypeDescriptionReference * pBaseRef;
- Summary
- the inherited direct base method (null for a method that is not
inherited)
- Since
- UDK 3.2.0
- nIndex
- sal_Int32 nIndex;
- Description
- if pBaseRef is null, the member position of this method within
pInterface, not counting members inherited from bases; if pBaseRef is
not null, the index of the direct base within pInterface from which this
method is inherited
- Since
- UDK 3.2.0
Top of Page
Copyright © 2010 Sun Microsystems, Inc.