WindowsXP-SP1/inetsrv/iis/inc/iiscrmap.hxx
2020-09-30 16:53:49 +02:00

32 lines
391 B
C++

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
iiscrmap.hxx
Abstract:
This module contains the Microsoft cert mapper functions
--*/
#ifndef _IISCRMAP_H_
#define _IISCRMAP_H_
extern "C"
__declspec( dllexport )
PMAPPER_VTABLE WINAPI
InitializeMapper(
VOID
);
extern "C"
BOOL WINAPI
TerminateMapper(
VOID
);
#endif