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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h132 RTPIPE hNotificationPipeR;
279 RTPIPE hNotificationPipeR; member in struct:VBOXSERVICECTRLPROCESS
H A DVBoxServiceControlProcess.cpp109 pProcess->hNotificationPipeR = NIL_RTPIPE;
579 rc2 = RTPipeRead(pProcess->hNotificationPipeR,
1584 rc = RTPipeCreate(&pProcess->hNotificationPipeR, &pProcess->hNotificationPipeW, 0 /* Flags */);
1587 pProcess->hNotificationPipeR, RTPOLL_EVT_READ, VBOXSERVICECTRLPIPEID_IPC_NOTIFY);
1635 pProcess->hNotificationPipeR = NIL_RTPIPE;
1651 RTPipeClose(pProcess->hNotificationPipeR);
1652 pProcess->hNotificationPipeR = NIL_RTPIPE;

Completed in 75 milliseconds