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.
25 lines
361 B
25 lines
361 B
/*++
|
|
|
|
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;
|