23 #ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H 24 #define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H void cpp_release(void *pCppI)
Function to release a C++ interface.
Definition: genfunc.hxx:50
struct SAL_DLLPUBLIC_RTTI _typelib_TypeDescriptionReference typelib_TypeDescriptionReference
Holds a weak reference to a type description.
void * cpp_queryInterface(void *pCppI, typelib_TypeDescriptionReference *pType)
Function to query for a C++ interface.
Definition: genfunc.hxx:55
void cpp_acquire(void *pCppI)
Function to acquire a C++ interface.
Definition: genfunc.hxx:45
Holds a weak reference to a type description.
Definition: typedescription.h:44