(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

::

struct _typelib_InterfaceMethodTypeDescription


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
Type description of an interface method. The type class of this description is typelib_TypeClass_INTERFACE_METHOD. The size and the alignment are 0.
File
typedescription.h

Public Members

Data

typelib_InterfaceMemberTypeDescription aBase; inherits all members of typelib_InterfaceMemberTypeDescription
typelib_TypeDescriptionReference * pReturnTypeRef; type of the return value
sal_Int32 nParams; number of parameters
typelib_MethodParameter * pParams; array of parameters
sal_Int32 nExceptions; number of exceptions
typelib_TypeDescriptionReference * * ppExceptions; array of exception types
sal_Bool bOneWay; determines whether method is declared oneway
_typelib_InterfaceTypeDescription * pInterface; the interface description this method is a member of
typelib_TypeDescriptionReference * pBaseRef; the inherited direct base method (null for a method that is not inherited)
sal_Int32 nIndex;

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.