HomeSort by: relevance | last modified time | path
    Searched refs:dwExitCode (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/xkb/
ddxLoad.c 101 DWORD dwExitCode;
136 GetExitCodeProcess( pi.hProcess, &dwExitCode);
143 return dwExitCode;
  /xsrc/external/mit/xorg-server/dist/os/
utils.c 1703 DWORD dwExitCode;
1733 GetExitCodeProcess(pi.hProcess, &dwExitCode);
1740 return dwExitCode;

Completed in 6 milliseconds