Searched refs:ppInterface (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A DVBoxClient.h49 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);
73 static void VBClServiceDefaultCleanup(struct VBCLSERVICE **ppInterface) argument
75 NOREF(ppInterface);
H A Dseamless.cpp344 ppInterface)
346 struct SEAMLESSSERVICE *pSelf = (struct SEAMLESSSERVICE *)ppInterface;
352 static int init(struct VBCLSERVICE **ppInterface) argument
354 struct SEAMLESSSERVICE *pSelf = getClassFromInterface(ppInterface);
376 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
378 struct SEAMLESSSERVICE *pSelf = getClassFromInterface(ppInterface);
392 static int pause(struct VBCLSERVICE **ppInterface) argument
394 struct SEAMLESSSERVICE *pSelf = getClassFromInterface(ppInterface);
399 static int resume(struct VBCLSERVICE **ppInterface) argument
401 struct SEAMLESSSERVICE *pSelf = getClassFromInterface(ppInterface);
343 getClassFromInterface(struct VBCLSERVICE ** ppInterface) argument
406 cleanup(struct VBCLSERVICE **ppInterface) argument
[all...]
H A Ddisplay.cpp343 static struct DISPLAYSTATE *getStateFromInterface(struct VBCLSERVICE **ppInterface) argument
345 struct DISPLAYSTATE *pSelf = (struct DISPLAYSTATE *)ppInterface;
351 static int init(struct VBCLSERVICE **ppInterface) argument
353 struct DISPLAYSTATE *pSelf = getStateFromInterface(ppInterface);
367 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
369 struct DISPLAYSTATE *pSelf = getStateFromInterface(ppInterface);
381 static int pause(struct VBCLSERVICE **ppInterface) argument
383 struct DISPLAYSTATE *pSelf = getStateFromInterface(ppInterface);
390 static int resume(struct VBCLSERVICE **ppInterface) argument
392 struct DISPLAYSTATE *pSelf = getStateFromInterface(ppInterface);
399 cleanup(struct VBCLSERVICE **ppInterface) argument
[all...]
H A Dclipboard.cpp285 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
289 NOREF(ppInterface);
305 static void cleanup(struct VBCLSERVICE **ppInterface) argument
307 NOREF(ppInterface);
H A Dhostversion.cpp127 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
132 NOREF(ppInterface);
H A Ddraganddrop.cpp2405 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
2407 struct DRAGANDDROPSERVICE *pSelf = (struct DRAGANDDROPSERVICE *)ppInterface;
2414 static void cleanup(struct VBCLSERVICE **ppInterface) argument
2416 NOREF(ppInterface);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dfltdefs.h126 PFAPIENTRY PfCreateInterface(DWORD dwName,PFFORWARD_ACTION inAction,PFFORWARD_ACTION outAction,BOOL bUseLog,BOOL bMustBeUnique,INTERFACE_HANDLE *ppInterface);
H A Dobjbase.h363 HRESULT WINAPI CoGetCallContext(REFIID riid, void** ppInterface);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjbase.h404 HRESULT WINAPI CoGetCallContext(REFIID riid, void** ppInterface);

Completed in 746 milliseconds