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

/vbox/src/VBox/HostServices/HostChannel/
H A Dservice.cpp160 static DECLCALLBACK(int) svcUnload(void *pvService) function
883 pTable->pfnUnload = svcUnload;
/vbox/include/VBox/HostServices/
H A DService.h319 pTable->pfnUnload = svcUnload;
373 static DECLCALLBACK(int) svcUnload(void *pvService) function in class:HGCM::AbstractService
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dservice.cpp317 static DECLCALLBACK(int) svcUnload (void *) function
994 ptable->pfnUnload = svcUnload;
/vbox/src/VBox/HostServices/SharedFolders/
H A Dservice.cpp75 static DECLCALLBACK(int) svcUnload (void *) function
79 Log(("svcUnload\n"));
1477 ptable->pfnUnload = svcUnload;
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp103 static DECLCALLBACK(int) svcUnload (void *) function
107 Log(("SHARED_CROPENGL svcUnload\n"));
1546 ptable->pfnUnload = svcUnload;
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp924 static DECLCALLBACK(int) svcUnload(void *pvService) function in class:guestControl::Service
1631 pTable->pfnUnload = Service::svcUnload;
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp294 static DECLCALLBACK(int) svcUnload(void *pvService) function in class:guestProp::Service
1491 ptable->pfnUnload = Service::svcUnload;

Completed in 52 milliseconds