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.

34 lines
386 B

  1. /*++
  2. Copyright (c) 1985 - 1999, Microsoft Corporation
  3. Module Name:
  4. ntwow64c.h
  5. Abstract:
  6. Helper functions inplemented in wow64.
  7. Author:
  8. 21-Sept-1998 BarryBo
  9. Revision History:
  10. --*/
  11. HANDLE
  12. Wow64GetConsoleHandle(
  13. VOID
  14. );
  15. VOID
  16. Wow64SetConsoleHandle(
  17. HANDLE hHandle
  18. );
  19. VOID
  20. Wow64SetLastError(
  21. DWORD dwError
  22. );