19 #ifndef INCLUDED_UNO_DISPATCHER_H
20 #define INCLUDED_UNO_DISPATCHER_H
uno_DispatchMethod pDispatcher
dispatch function
Definition: dispatcher.h:76
void(* release)(struct _uno_Interface *pInterface)
Releases uno interface.
Definition: dispatcher.h:73
struct _uno_Interface uno_Interface
The binary C uno interface description.
Full type description of a type.
Definition: typedescription.h:71
void(* acquire)(struct _uno_Interface *pInterface)
Acquires uno interface.
Definition: dispatcher.h:68
The binary C uno interface description.
Definition: dispatcher.h:62
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:49
This is the binary specification of an UNO any.
Definition: any2.h:40