ndis_events.c | 31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data 123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) { 133 CloseHandle(events->write_pipe); 144 CloseHandle(events->write_pipe); 217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) {
|