Searched defs:VBCLSERVICE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A DVBoxClient.h41 struct VBCLSERVICE struct
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 **ppInterfac
[all...]

Completed in 31 milliseconds