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.

53 lines
959 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. tfflts.h
  5. Abstract:
  6. IPX Router Console Monitoring and Configuration tool.
  7. TF filter configuration and monitoring. Header File
  8. Author:
  9. Vadim Eydelman 06/07/1996
  10. --*/
  11. #ifndef _IPXMON_TFFLTS_
  12. #define _IPXMON_TFFLTS_
  13. int APIENTRY
  14. HelpTfFlt (
  15. IN int argc,
  16. IN WCHAR *argv[]
  17. );
  18. int APIENTRY
  19. ShowTfFlt (
  20. IN int argc,
  21. IN WCHAR *argv[],
  22. IN BOOL bDump
  23. );
  24. int APIENTRY
  25. SetTfFlt (
  26. IN int argc,
  27. IN WCHAR *argv[]
  28. );
  29. int APIENTRY
  30. CreateTfFlt (
  31. IN int argc,
  32. IN WCHAR *argv[]
  33. );
  34. int APIENTRY
  35. DeleteTfFlt (
  36. IN int argc,
  37. IN WCHAR *argv[]
  38. );
  39. #endif