mirror of https://github.com/tongzx/nt5src
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
26 lines
411 B
/*++
|
|
|
|
Copyright (c) 2001-2002 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
elip6.h
|
|
|
|
Abstract:
|
|
|
|
This module contains the interface to the IPv6 stack.
|
|
|
|
Required, since the IPv6 stack needs restart its protocol
|
|
mechanisms on the link once authentication succeeds.
|
|
|
|
Author:
|
|
|
|
Mohit Talwar (mohitt) Fri Apr 20 12:05:23 2001
|
|
|
|
--*/
|
|
|
|
|
|
DWORD
|
|
Ip6RenewInterface (
|
|
IN WCHAR *pwszInterface
|
|
);
|