Source code of Windows XP (NT5)
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.

42 lines
371 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. client.h
  5. Abstract:
  6. Holds client.c header information.
  7. Author:
  8. abhisheV 21-September-1999
  9. Environment:
  10. User Level: Win32
  11. Revision History:
  12. --*/
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. DWORD
  17. TranslateExceptionCode(
  18. DWORD dwExceptionCode
  19. );
  20. #ifdef __cplusplus
  21. }
  22. #endif