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.

38 lines
505 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. validate.h
  5. Abstract:
  6. This module contains declarations for the code to perform data
  7. validation for IPSec user mode componets
  8. Authors:
  9. RaymondS
  10. Environment
  11. User Level: Win32
  12. Revision History:
  13. 21 APR 2002: Added ValidateFilterAction
  14. --*/
  15. DWORD
  16. ValidateFilterAction(
  17. FILTER_ACTION FilterAction
  18. );
  19. DWORD
  20. ValidateInterfaceType(
  21. IF_TYPE InterfaceType
  22. );