26 lines
334 B
C
26 lines
334 B
C
/*++
|
|
|
|
Copyright (c) 2003 Microsoft Corporation
|
|
|
|
Module Name: IsapiModule.h
|
|
|
|
Abstract:
|
|
|
|
Module functions for ISAPI tools library
|
|
|
|
Author:
|
|
|
|
ISAPI developer (Microsoft employee), October 2002
|
|
|
|
--*/
|
|
|
|
#ifndef _isapimodule_h
|
|
#define _isapimodule_h
|
|
|
|
VOID
|
|
InitializeIsapiTools(
|
|
CHAR * szModuleName
|
|
);
|
|
|
|
#endif _isapimodule_h
|