26 lines
336 B
C
26 lines
336 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1999, Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sample\common.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
The file contains the header for common.c,
|
||
|
the main file for the IPSAMPLEMON helper DLL.
|
||
|
|
||
|
--*/
|
||
|
|
||
|
// constants...
|
||
|
|
||
|
#define SAMPLE_HELPER_VERSION 1
|
||
|
|
||
|
|
||
|
|
||
|
// globals...
|
||
|
|
||
|
// variables
|
||
|
extern HANDLE g_hModule;
|