ok(hFile==INVALID_HANDLE_VALUE,"connecting to named pipe after other client closes but before DisconnectNamedPipe should fail");
ok(GetLastError()==ERROR_PIPE_BUSY,"connecting to named pipe after other client closes but before DisconnectNamedPipe should fail with ERROR_PIPE_BUSY");