Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
356 B

  1. // Copyright (c) 2000 Microsoft Corporation
  2. //
  3. // utility grab bag
  4. //
  5. // 28 Mar 2000 sburns
  6. #ifndef UTIL_HPP_INCLUDED
  7. #define UTIL_HPP_INCLUDED
  8. HRESULT
  9. CreateAndWaitForProcess(const String& commandLine, DWORD& exitCode);
  10. DWORD
  11. MyWaitForSendMessageThread(HANDLE hThread, DWORD dwTimeout);
  12. #endif // UTIL_HPP_INCLUDED