Content for Apache OpenOffice version 3.4.
| Overview | Namespace | Class | Index | Help |
| PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
::
struct _typelib_MethodParameter
- Base Classes
- None.
- Known Derived Classes
- None.
| virtual | abstract | interface | template |
| NO | NO | NO | NO |
- Summary
- Description of an interface method parameter.
- File
- typedescription.h
Public Members
-
Data
rtl_uString * pName; name of parameter typelib_TypeDescriptionReference * pTypeRef; 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]
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.

