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.
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
struct SAL_DLLPUBLIC_RTTI _uno_Any uno_Any
This is the binary specification of a UNO any.
Full type description of a type.
Definition typedescription.h:76
The binary C uno interface description.
Definition dispatcher.h:66
uno_DispatchMethod pDispatcher
dispatch function
Definition dispatcher.h:79
void(* acquire)(struct _uno_Interface *pInterface)
Acquires uno interface.
Definition dispatcher.h:71
void(* release)(struct _uno_Interface *pInterface)
Releases uno interface.
Definition dispatcher.h:76