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.

31 lines
360 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. iiscrmap.hxx
  5. Abstract:
  6. This module contains the Microsoft cert mapper functions
  7. --*/
  8. #ifndef _IISCRMAP_H_
  9. #define _IISCRMAP_H_
  10. extern "C"
  11. __declspec( dllexport )
  12. PMAPPER_VTABLE WINAPI
  13. InitializeMapper(
  14. VOID
  15. );
  16. extern "C"
  17. BOOL WINAPI
  18. TerminateMapper(
  19. VOID
  20. );
  21. #endif