Searched refs:read_output (Results 1 – 1 of 1) sorted by relevance
2351 if (read_output != (HANDLE) NULL) \ in NTSystemCommand()2353 CloseHandle(read_output); \ in NTSystemCommand()2354 read_output=(HANDLE) NULL; \ in NTSystemCommand()2386 read_output, in NTSystemCommand() local2400 read_output=(HANDLE) NULL; in NTSystemCommand()2418 read_output=(HANDLE) NULL; in NTSystemCommand()2424 if (CreatePipe(&read_output,&write_output,NULL,0)) in NTSystemCommand()2437 read_output=(HANDLE) NULL; in NTSystemCommand()2468 if (read_output != (HANDLE) NULL) in NTSystemCommand()2469 if (PeekNamedPipe(read_output,(LPVOID) NULL,0,(LPDWORD) NULL,&size,(LPDWORD) NULL)) in NTSystemCommand()[all …]