Source code of Windows XP (NT5)
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.

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