Lines Matching refs:VBCLSERVICE
41 struct VBCLSERVICE
49 int (*init)(struct VBCLSERVICE **ppInterface);
51 int (*run)(struct VBCLSERVICE **ppInterface, bool fDaemonised);
55 int (*pause)(struct VBCLSERVICE **ppInterface);
57 int (*resume)(struct VBCLSERVICE **ppInterface);
61 void (*cleanup)(struct VBCLSERVICE **ppInterface);
64 /** Default handler for various struct VBCLSERVICE member functions. */
65 static int VBClServiceDefaultHandler(struct VBCLSERVICE **pSelf)
70 /** Default handler for the struct VBCLSERVICE clean-up member function.
73 static void VBClServiceDefaultCleanup(struct VBCLSERVICE **ppInterface)
82 extern struct VBCLSERVICE **VBClGetClipboardService();
83 extern struct VBCLSERVICE **VBClGetSeamlessService();
84 extern struct VBCLSERVICE **VBClGetDisplayService();
85 extern struct VBCLSERVICE **VBClGetHostVersionService();
87 extern struct VBCLSERVICE **VBClGetDragAndDropService();