Overview | Namespace | Class | Index | Help |
Global Functions in Namespace uno
in Sourcefile genfunc.h
- cpp_acquire
- void cpp_acquire(
void * pCppI ) throw();
virtual abstract const volatile template static inline C-linkage NO NO NO NO NO NO YES NO
- Summary
- Function to acquire a C++ interface.
- Parameters
pCppI C++ interface pointer
- cpp_queryInterface
- void * cpp_queryInterface(
void * pCppI, typelib_TypeDescriptionReference * pType ) throw();
virtual abstract const volatile template static inline C-linkage NO NO NO NO NO NO YES NO
- Summary
- Function to query for a C++ interface.
- Parameters
pCppI C++ interface pointer
pType demanded interface type
- Return
- acquired C++ interface pointer or null
- cpp_release
- void cpp_release(
void * pCppI ) throw();
virtual abstract const volatile template static inline C-linkage NO NO NO NO NO NO YES NO
- Summary
- Function to release a C++ interface.
- Parameters
pCppI C++ interface pointer
Top of Page
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.