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.

26 lines
411 B

  1. /*++
  2. Copyright (c) 2001-2002 Microsoft Corporation
  3. Module Name:
  4. elip6.h
  5. Abstract:
  6. This module contains the interface to the IPv6 stack.
  7. Required, since the IPv6 stack needs restart its protocol
  8. mechanisms on the link once authentication succeeds.
  9. Author:
  10. Mohit Talwar (mohitt) Fri Apr 20 12:05:23 2001
  11. --*/
  12. DWORD
  13. Ip6RenewInterface (
  14. IN WCHAR *pwszInterface
  15. );