windows-nt/Source/XPSP1/NT/net/rras/netsh/ip/sample/common.h

26 lines
336 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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;