ok(error==ERROR_INVALID_MACHINENAME,"GetLastError returned wrong value : %d, (expected %d)\n",error,ERROR_INVALID_MACHINENAME);
ok(error==ERROR_INVALID_MACHINENAME||error==ERROR_MACHINE_UNAVAILABLE,"GetLastError returned wrong value : %d, (expected %d or %d)\n",error,ERROR_INVALID_MACHINENAME,ERROR_MACHINE_UNAVAILABLE);