Leaked source code of windows server 2003
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

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. sample\common.h
  5. Abstract:
  6. The file contains the header for common.c,
  7. the main file for the IPSAMPLEMON helper DLL.
  8. --*/
  9. // constants...
  10. #define SAMPLE_HELPER_VERSION 1
  11. // globals...
  12. // variables
  13. extern HANDLE g_hModule;