19 #ifndef INCLUDED_UNO_DISPATCHER_H 20 #define INCLUDED_UNO_DISPATCHER_H void(* uno_DispatchMethod)(struct _uno_Interface *pUnoI, const struct _typelib_TypeDescription *pMemberType, void *pReturn, void *pArgs[], uno_Any **ppException)
Function pointer declaration for the binary C uno dispatch function.
Definition: dispatcher.h:48
struct SAL_DLLPUBLIC_RTTI _uno_Any uno_Any
This is the binary specification of an UNO any.
The binary C uno interface description.
Definition: dispatcher.h:61
void(* release)(struct _uno_Interface *pInterface)
Releases uno interface.
Definition: dispatcher.h:72
Full type description of a type.
Definition: typedescription.h:71
uno_DispatchMethod pDispatcher
dispatch function
Definition: dispatcher.h:75
struct SAL_DLLPUBLIC_RTTI _uno_Interface uno_Interface
The binary C uno interface description.