HomeSort by relevance Sort by last modified time
    Searched defs:dwError (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rasshost.h 16 DWORD dwError;
rasdlg.h 71 DWORD dwError;
85 DWORD dwError;
117 DWORD dwError;
130 DWORD dwError;
153 DWORD dwError;
softpub.h 51 DWORD dwError;
rassapi.h 108 DWORD dwError;
115 DWORD dwError;
120 DWORD dwError;
125 DWORD dwError;
winhttp.h 478 DWORD dwError;
mprapi.h 343 DWORD dwError;
348 DWORD dwError;
356 DWORD dwError;
364 DWORD dwError;
369 DWORD dwError;
391 DWORD dwError;
415 DWORD dwError;
532 DWORD WINAPI MprAdminGetErrorString(DWORD dwError,LPWSTR *lpwsErrorString);
644 DWORD dwError;
    [all...]
ras.h 105 DWORD dwError;
115 DWORD dwError;
228 DWORD dwError;
236 DWORD dwError;
250 DWORD dwError;
260 DWORD dwError;
276 DWORD dwError;
283 DWORD dwError;
298 DWORD dwError;
312 DWORD dwError;
    [all...]
wintrust.h 223 DWORD dwError;
303 DWORD dwError;
325 DWORD dwError;
richedit.h 601 DWORD dwError;
vfw.h 190 LRESULT dwError;
    [all...]
wininet.h 131 DWORD dwError;
    [all...]
winbase.h 595 DWORD dwError;
    [all...]
wincrypt.h     [all...]
  /external/qemu/
tap-win32.c 488 DWORD dwError;
499 dwError = GetLastError();
500 if (dwError == ERROR_IO_PENDING) {
507 dwError = GetLastError();
509 NULL, dwError, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
511 fprintf(stderr, "Tap-Win32: Error GetOverlappedResult %d - %s\n", dwError, lpBuffer);
519 NULL, dwError, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
521 fprintf(stderr, "Tap-Win32: Error ReadFile %d - %s\n", dwError, lpBuffer);
  /external/netperf/
netlib.c 415 DWORD dwError;
417 dwError = GetLastError();
421 dwError,
430 fprintf(stream, "%s: error 0x%x\n", text, dwError);
    [all...]

Completed in 513 milliseconds