windows-nt/Source/XPSP1/NT/net/rras/netsh/ip/sample/common.h
2020-09-26 16:20:57 +08:00

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;