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.

56 lines
1.5 KiB

  1. //========================================================================
  2. // Copyright (C) 1997 Microsoft Corporation
  3. // Author: RameshV
  4. // Description: This file has been generated. Pl look at the .c file
  5. //========================================================================
  6. #ifndef _MM_SERVER2_H_
  7. #define _MM_SERVER2_H_
  8. BOOL
  9. MemServerIsSwitchedSubnet(
  10. IN PM_SERVER Server,
  11. IN DWORD AnyIpAddress
  12. ) ;
  13. BOOL
  14. MemServerIsSubnetDisabled(
  15. IN PM_SERVER Server,
  16. IN DWORD AnyIpAddress
  17. ) ;
  18. BOOL
  19. MemServerIsExcludedAddress(
  20. IN PM_SERVER Server,
  21. IN DWORD AnyIpAddress
  22. ) ;
  23. BOOL
  24. MemServerIsReservedAddress(
  25. IN PM_SERVER Server,
  26. IN DWORD AnyIpAddress
  27. ) ;
  28. BOOL
  29. MemServerIsOutOfRangeAddress(
  30. IN PM_SERVER Server,
  31. IN DWORD AnyIpAddress,
  32. IN BOOL fBootp
  33. ) ;
  34. DWORD
  35. MemServerGetSubnetMaskForAddress(
  36. IN PM_SERVER Server,
  37. IN DWORD AnyIpAddress
  38. ) ;
  39. #endif // _MM_SERVER2_H_
  40. //========================================================================
  41. // end of file
  42. //========================================================================