2025-04-27 07:49:33 -04:00

26 lines
361 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;