Home | History | Annotate | Download | only in app

Lines Matching full:hpipe

93     HANDLE hPipe;
95 hPipe = CreateNamedPipe(
106 if (hPipe == 0) {
112 mHandle = (unsigned long) hPipe;
124 HANDLE hPipe, dupHandle;
129 hPipe = CreateFile(
137 if (hPipe == INVALID_HANDLE_VALUE) {
150 (*ppReadPipe)->createReader((unsigned long) hPipe);
154 hPipe,
172 HANDLE hPipe;
180 hPipe = CreateNamedPipe(
191 if (hPipe == 0) {
202 connected = ConnectNamedPipe(hPipe, NULL) ?
213 (*ppReadPipe)->createReader((unsigned long) hPipe);
217 hPipe,