23 #ifndef INCLUDED_UNO_DISPATCHER_H 24 #define INCLUDED_UNO_DISPATCHER_H
struct SAL_DLLPUBLIC_RTTI _uno_Interface uno_Interface
The binary C uno interface description.
uno_DispatchMethod pDispatcher
dispatch function
Definition: dispatcher.h:79
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:52
The binary C uno interface description.
Definition: dispatcher.h:65
Full type description of a type.
Definition: typedescription.h:75
struct SAL_DLLPUBLIC_RTTI _uno_Any uno_Any
This is the binary specification of a UNO any.
void(* release)(struct _uno_Interface *pInterface)
Releases uno interface.
Definition: dispatcher.h:76