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.

41 lines
1.3 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_SUBNET2_H_
  7. #define _MM_SUBNET2_H_
  8. DWORD
  9. MemSubnetModify(
  10. IN PM_SUBNET Subnet,
  11. IN DWORD Address,
  12. IN DWORD Mask,
  13. IN DWORD State,
  14. IN DWORD SuperScopeId,
  15. IN LPWSTR Name,
  16. IN LPWSTR Description
  17. ) ;
  18. DWORD
  19. MemMScopeModify(
  20. IN PM_SUBNET MScope,
  21. IN DWORD ScopeId,
  22. IN DWORD State,
  23. IN DWORD Policy,
  24. IN BYTE TTL,
  25. IN LPWSTR Name,
  26. IN LPWSTR Description,
  27. IN LPWSTR LangTag,
  28. IN DATE_TIME ExpiryTime
  29. ) ;
  30. #endif // _MM_SUBNET2_H_
  31. //========================================================================
  32. // end of file
  33. //========================================================================