Searched refs:hNotificationPipeW (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h130 RTPIPE hNotificationPipeW;
131 /** The other end of hNotificationPipeW. */
277 RTPIPE hNotificationPipeW; member in struct:VBOXSERVICECTRLPROCESS
278 /** The other end of hNotificationPipeW. */
H A DVBoxServiceControlProcess.cpp108 pProcess->hNotificationPipeW = NIL_RTPIPE;
1584 rc = RTPipeCreate(&pProcess->hNotificationPipeR, &pProcess->hNotificationPipeW, 0 /* Flags */);
1636 pProcess->hNotificationPipeW = NIL_RTPIPE;
1653 RTPipeClose(pProcess->hNotificationPipeW);
1654 pProcess->hNotificationPipeW = NIL_RTPIPE;
2049 Assert(pProcess->hNotificationPipeW != NIL_RTPIPE);
2051 rc = RTPipeWrite(pProcess->hNotificationPipeW, "i", 1, &cbWritten);

Completed in 386 milliseconds