Searched refs:ppInterface (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Additions/x11/VBoxClient/ |
H A D | VBoxClient.h | 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); 73 static void VBClServiceDefaultCleanup(struct VBCLSERVICE **ppInterface) argument 75 NOREF(ppInterface);
|
H A D | seamless.cpp | 344 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 D | display.cpp | 343 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 D | clipboard.cpp | 285 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 D | hostversion.cpp | 127 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument 132 NOREF(ppInterface);
|
H A D | draganddrop.cpp | 2405 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 D | fltdefs.h | 126 PFAPIENTRY PfCreateInterface(DWORD dwName,PFFORWARD_ACTION inAction,PFFORWARD_ACTION outAction,BOOL bUseLog,BOOL bMustBeUnique,INTERFACE_HANDLE *ppInterface);
|
H A D | objbase.h | 363 HRESULT WINAPI CoGetCallContext(REFIID riid, void** ppInterface);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | objbase.h | 404 HRESULT WINAPI CoGetCallContext(REFIID riid, void** ppInterface);
|
Completed in 228 milliseconds