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