Searched refs:SVCHlpClient (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.h46 class SVCHlpClient class
50 SVCHlpClient();
51 virtual ~SVCHlpClient();
84 class SVCHlpServer : public SVCHlpClient
H A Dsvchlp.cpp24 int netIfNetworkInterfaceHelperServer (SVCHlpClient *aClient,
49 SVCHlpClient::SVCHlpClient() function in class:SVCHlpClient
55 SVCHlpClient::~SVCHlpClient()
60 int SVCHlpClient::create(const char *aName)
89 int SVCHlpClient::open(const char *aName)
118 int SVCHlpClient::connect()
130 int SVCHlpClient::close()
156 int SVCHlpClient
[all...]
H A DNetIf-win.cpp256 static HRESULT netIfNetworkInterfaceHelperClient(SVCHlpClient *aClient,
644 int netIfNetworkInterfaceHelperServer(SVCHlpClient *aClient,
/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h52 class SVCHlpClient;
121 (SVCHlpClient *aClient, Progress *aProgress, void *aUser, int *aVrc);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2385 * - creates a pipe communication channel using SVCHlpClient;
2387 * - executes the supplied function by passing it the created SVCHlpClient
2403 * the SVCHlpClient members when they fail). In this case, the correct error
2499 SVCHlpClient client;

Completed in 47 milliseconds