Searched refs:ERROR_PIPE_NOT_CONNECTED (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | pipe.c | 766 …ok(!res && GetLastError() == ERROR_PIPE_NOT_CONNECTED, "ReadFile returned %x(%u)\n", res, GetLastE… in test_ReadFile() 774 …ok(!res && GetLastError() == ERROR_PIPE_NOT_CONNECTED, "ReadFile returned %x(%u)\n", res, GetLastE… in test_ReadFile() 1160 … todo_wine_if (!success && err == ERROR_PIPE_NOT_CONNECTED) ok(!success && err == ERROR_NO_DATA, in serverThreadMain4() 1458 && GetLastError() == ERROR_PIPE_NOT_CONNECTED, "WriteFile to disconnected pipe\n"); in test_DisconnectNamedPipe() 1460 && GetLastError() == ERROR_PIPE_NOT_CONNECTED, in test_DisconnectNamedPipe() 1463 ok(!DisconnectNamedPipe(hnp) && GetLastError() == ERROR_PIPE_NOT_CONNECTED, in test_DisconnectNamedPipe() 1470 ok(!ret && GetLastError() == ERROR_PIPE_NOT_CONNECTED, "PeekNamedPipe returned %x (%u)\n", in test_DisconnectNamedPipe() 3132 flush = test_flush_async(client, ERROR_PIPE_NOT_CONNECTED); in test_overlapped_transport() 3135 test_overlapped_failure(client, &overlapped, ERROR_PIPE_NOT_CONNECTED); in test_overlapped_transport() 3136 test_overlapped_failure(client, &overlapped2, ERROR_PIPE_NOT_CONNECTED); in test_overlapped_transport()
|
/reactos/sdk/lib/rtl/ |
H A D | error.c | 640 ERROR_PIPE_NOT_CONNECTED, /* c00000b0 (STATUS_PIPE_DISCONNECTED) */
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | error.c | 500 cmp(STATUS_PIPE_DISCONNECTED, ERROR_PIPE_NOT_CONNECTED); in run_error_tests()
|
/reactos/sdk/include/psdk/ |
H A D | winerror.h | 285 #define ERROR_PIPE_NOT_CONNECTED 233 macro
|
/reactos/dll/win32/kernel32/winnls/lang/ |
H A D | bg-BG.mc | 1405 SymbolicName=ERROR_PIPE_NOT_CONNECTED 1407 ERROR_PIPE_NOT_CONNECTED - No process is on the other end of the pipe.
|
H A D | de-DE.mc | 1406 SymbolicName=ERROR_PIPE_NOT_CONNECTED 1408 ERROR_PIPE_NOT_CONNECTED - Es ist kein Prozess am anderen Ende dieser Pipe.
|
H A D | pl-PL.mc | 1408 SymbolicName=ERROR_PIPE_NOT_CONNECTED 1410 ERROR_PIPE_NOT_CONNECTED - No process is on the other end of the pipe.
|
H A D | ru-RU.mc | 1406 SymbolicName=ERROR_PIPE_NOT_CONNECTED 1408 ERROR_PIPE_NOT_CONNECTED - No process is on the other end of the pipe.
|
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | sock.c | 10655 GetLastError() == ERROR_PIPE_NOT_CONNECTED /* win 2000 */, in test_completion_port()
|
/reactos/sdk/include/reactos/mc/ |
H A D | errcodes.mc | 3472 SymbolicName=ERROR_PIPE_NOT_CONNECTED
|