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.

38 lines
494 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. apiproc.hxx
  5. Abstract:
  6. This is the header file for the implementation of the RPC Server Manager
  7. routines.
  8. Author:
  9. Gopal Parupudi <GopalP>
  10. [Notes:]
  11. optional-notes
  12. Revision History:
  13. GopalP 10/11/1997 Start.
  14. --*/
  15. #ifndef __APIPROC_HXX__
  16. #define __APIPROC_HXX__
  17. DWORD
  18. MapLastError(
  19. DWORD dwInGLE
  20. );
  21. #endif // __APIPROC_HXX__