Skip to content

Commit af4233d

Browse files
author
Brad Benefield
committed
Merged PR 21924: update links to old headers
update links to old headers
2 parents 9265468 + 9e4f19d commit af4233d

12 files changed

+39
-39
lines changed

wdk-ddi-src/content/ndis/nc-ndis-miniport_initialize.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: MINIPORT_INITIALIZE (ndis.h)
44
description: NDIS calls a miniport driver's MiniportInitializeEx function to initialize a miniport adapter for network I/O operations.
55
old-location: netvista\miniportinitializeex.htm
66
tech.root: netvista
7-
ms.date: 05/02/2018
7+
ms.date: 07/23/2025
88
keywords: ["MINIPORT_INITIALIZE callback function"]
99
ms.keywords: MINIPORT_INITIALIZE, MINIPORT_INITIALIZE callback, MiniportInitializeEx, MiniportInitializeEx callback function [Network Drivers Starting with Windows Vista], miniport_functions_ref_d98605bf-4032-4cfe-8529-2d0bebc9e29e.xml, ndis/MiniportInitializeEx, netvista.miniportinitializeex
1010
req.header: ndis.h
@@ -217,7 +217,7 @@ The miniport driver passes
217217
<i>MiniportXxx</i> functions.
218218

219219
Miniport drivers must set the attributes in the
220-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
220+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
221221
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a> structure after they set the registration attributes in
222222
the NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES structure and before they set any additional
223223
attributes.
@@ -417,7 +417,7 @@ For information about _Use_decl_annotations_, see <a href="/visualstudio/code-q
417417

418418

419419

420-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
420+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
421421
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a>
422422

423423

wdk-ddi-src/content/ndis/nf-ndis-ndismsetminiportattributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: NdisMSetMiniportAttributes function (ndis.h)
44
description: A miniport driver must call the NdisMSetMiniportAttributes function from its MiniportInitializeEx function to identify a context area for miniport adapter to NDIS, and to provide NDIS with information about the miniport adapter.
55
old-location: netvista\ndismsetminiportattributes.htm
66
tech.root: netvista
7-
ms.date: 05/02/2018
7+
ms.date: 07/23/2025
88
keywords: ["NdisMSetMiniportAttributes function"]
99
ms.keywords: NdisMSetMiniportAttributes, NdisMSetMiniportAttributes function [Network Drivers Starting with Windows Vista], miniport_ndis_functions_ref_2fc47304-466b-4ae0-8450-44c636cecf64.xml, ndis/NdisMSetMiniportAttributes, netvista.ndismsetminiportattributes
1010
req.header: ndis.h
@@ -135,7 +135,7 @@ The driver provides a
135135
<i>MiniportXxx</i> functions. This context area contains miniport-adapter-specific state information.
136136

137137
Miniport drivers must set the attributes in the
138-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
138+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
139139
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a> structure after they set the registration attributes in
140140
the <a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_registration_attributes">NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES</a> structure and before they set any additional
141141
attributes.
@@ -157,7 +157,7 @@ A miniport driver can also call <b>NdisMSetMiniportAttributes</b> from its <a hr
157157

158158

159159

160-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
160+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
161161
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a>
162162

163163

wdk-ddi-src/content/ndis/nf-ndis-ndisreadconfiguration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: NdisReadConfiguration function (ndis.h)
44
description: The NdisReadConfiguration function returns the value of a named entry of the specified type from the registry, given the handle to an open registry key.
55
old-location: netvista\ndisreadconfiguration.htm
66
tech.root: netvista
7-
ms.date: 05/02/2018
7+
ms.date: 07/23/2025
88
keywords: ["NdisReadConfiguration function"]
99
ms.keywords: NDIS_STATUS_FAILURE, NDIS_STATUS_RESOURCES, NDIS_STATUS_SUCCESS, NdisReadConfiguration, NdisReadConfiguration function [Network Drivers Starting with Windows Vista], ndis/NdisReadConfiguration, ndis_configuration_ref_fb5d2879-b30e-470b-aa07-f5f5286973bf.xml, netvista.ndisreadconfiguration
1010
req.header: ndis.h
@@ -103,7 +103,7 @@ The requested information could not be found under the opened registry key desig
103103

104104

105105
A pointer to a memory location where NDIS supplies a pointer to an
106-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_configuration_parameter">
106+
<a href="/windows-hardware/drivers/ddi/configurationparameter/ns-configurationparameter-ndis_configuration_parameter">
107107
NDIS_CONFIGURATION_PARAMETER</a> structure if the call to
108108
<b>NdisReadConfiguration</b> is
109109
successful. NDIS allocates memory for the
@@ -176,7 +176,7 @@ NdisVersion
176176

177177

178178
The type of the value entry that is specified as one of the
179-
<a href="/windows-hardware/drivers/ddi/ndis/ne-ndis-_ndis_parameter_type">NDIS_PARAMETER_TYPE</a> enumeration values.
179+
<a href="/windows-hardware/drivers/ddi/configurationparameter/ne-configurationparameter-ndis_parameter_type">NDIS_PARAMETER_TYPE</a> enumeration values.
180180
This parameter is ignored in Windows NT and later versions.
181181

182182
## -remarks
@@ -204,7 +204,7 @@ Each miniport driver also has associated value entries in the registry. The valu
204204
NdisReadConfiguration buffers and copies the caller-supplied string at
205205
<i>Keyword</i> and releases the storage it allocates for this copy before it returns control to the
206206
caller. The memory it allocates for the
207-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_configuration_parameter">
207+
<a href="/windows-hardware/drivers/ddi/configurationparameter/ns-configurationparameter-ndis_configuration_parameter">
208208
NDIS_CONFIGURATION_PARAMETER</a> structure is freed when the driver releases the ConfigurationHandle
209209
with the
210210
<a href="/windows-hardware/drivers/ddi/ndis/nf-ndis-ndiscloseconfiguration">NdisCloseConfiguration</a> function.
@@ -228,11 +228,11 @@ For more information about setup and installation files, see
228228

229229

230230

231-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_configuration_parameter">NDIS_CONFIGURATION_PARAMETER</a>
231+
<a href="/windows-hardware/drivers/ddi/configurationparameter/ns-configurationparameter-ndis_configuration_parameter">NDIS_CONFIGURATION_PARAMETER</a>
232232

233233

234234

235-
<a href="/windows-hardware/drivers/ddi/ndis/ne-ndis-_ndis_parameter_type">NDIS_PARAMETER_TYPE</a>
235+
<a href="/windows-hardware/drivers/ddi/configurationparameter/ne-configurationparameter-ndis_parameter_type">NDIS_PARAMETER_TYPE</a>
236236

237237

238238

wdk-ddi-src/content/ndis/nf-ndis-ndiswriteconfiguration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: NdisWriteConfiguration function (ndis.h)
44
description: The NdisWriteConfiguration function writes a caller-supplied value for a specified entry into the registry. This function must be invoked serially with respect to itself and the NdisReadConfiguration function.
55
old-location: netvista\ndiswriteconfiguration.htm
66
tech.root: netvista
7-
ms.date: 05/02/2018
7+
ms.date: 07/23/2025
88
keywords: ["NdisWriteConfiguration function"]
99
ms.keywords: NdisWriteConfiguration, NdisWriteConfiguration function [Network Drivers Starting with Windows Vista], ndis/NdisWriteConfiguration, ndis_configuration_ref_7d603433-49ed-46d5-8a57-000c06d83d4a.xml, netvista.ndiswriteconfiguration
1010
req.header: ndis.h
@@ -112,7 +112,7 @@ A pointer to an NDIS_STRING type describing a caller-supplied counted string, in
112112

113113

114114
Pointer to a caller-supplied
115-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_configuration_parameter">
115+
<a href="/windows-hardware/drivers/ddi/configurationparameter/ns-configurationparameter-ndis_configuration_parameter">
116116
NDIS_CONFIGURATION_PARAMETER</a> structure.
117117

118118
## -remarks
@@ -136,7 +136,7 @@ In the configuration registry of Windows 2000 and later versions, an NDIS
136136
The caller of
137137
<b>NdisWriteConfiguration</b> is responsible for releasing the buffered string at
138138
<i>Keyword</i> and the memory allocated for the
139-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_configuration_parameter">
139+
<a href="/windows-hardware/drivers/ddi/configurationparameter/ns-configurationparameter-ndis_configuration_parameter">
140140
NDIS_CONFIGURATION_PARAMETER</a> structure.
141141

142142
As an alternative to calling
@@ -157,7 +157,7 @@ For more information about setup and installation files for Windows 2000 and lat
157157

158158

159159

160-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_configuration_parameter">NDIS_CONFIGURATION_PARAMETER</a>
160+
<a href="/windows-hardware/drivers/ddi/configurationparameter/ns-configurationparameter-ndis_configuration_parameter">NDIS_CONFIGURATION_PARAMETER</a>
161161

162162

163163

wdk-ddi-src/content/ndis/ns-ndis-_ndis_miniport_adapter_attributes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: _NDIS_MINIPORT_ADAPTER_ATTRIBUTES (ndis.h)
44
description: The NDIS_MINIPORT_ADAPTER_ATTRIBUTES structure is a placeholder for the following structures:\_NDIS_OBJECT_HEADER NDIS_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES NDIS_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES NDIS_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTESNDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
55
old-location: netvista\ndis_miniport_adapter_attributes.htm
66
tech.root: netvista
7-
ms.date: 05/02/2018
7+
ms.date: 07/23/2025
88
keywords: ["NDIS_MINIPORT_ADAPTER_ATTRIBUTES structure"]
99
ms.keywords: NDIS_MINIPORT_ADAPTER_ATTRIBUTES, NDIS_MINIPORT_ADAPTER_ATTRIBUTES union [Network Drivers Starting with Windows Vista], PNDIS_MINIPORT_ADAPTER_ATTRIBUTES, PNDIS_MINIPORT_ADAPTER_ATTRIBUTES union pointer [Network Drivers Starting with Windows Vista], _NDIS_MINIPORT_ADAPTER_ATTRIBUTES, miniport_structures_ref_dc9acf58-fbc9-4b4c-8c99-33ab7a3bc653.xml, ndis/NDIS_MINIPORT_ADAPTER_ATTRIBUTES, ndis/PNDIS_MINIPORT_ADAPTER_ATTRIBUTES, netvista.ndis_miniport_adapter_attributes
1010
req.header: ndis.h
@@ -76,7 +76,7 @@ The NDIS_MINIPORT_ADAPTER_ATTRIBUTES structure is a placeholder for the followin
7676
</dd>
7777
<dd>
7878

79-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
79+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
8080
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a>
8181

8282

@@ -131,7 +131,7 @@ An
131131
### -field GeneralAttributes
132132

133133
An
134-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
134+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
135135
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a> structure.
136136

137137
### -field OffloadAttributes
@@ -167,7 +167,7 @@ Miniport drivers pass these structures to the
167167

168168
## -see-also
169169

170-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
170+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
171171
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a>
172172

173173

wdk-ddi-src/content/ndis/ns-ndis-_ndis_restart_general_attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: _NDIS_RESTART_GENERAL_ATTRIBUTES (ndis.h)
44
description: The NDIS_RESTART_GENERAL_ATTRIBUTES structure defines the general restart attributes that are associated with a miniport adapter.
55
old-location: netvista\ndis_restart_general_attributes.htm
66
tech.root: netvista
7-
ms.date: 05/02/2018
7+
ms.date: 07/23/2025
88
keywords: ["NDIS_RESTART_GENERAL_ATTRIBUTES structure"]
99
ms.keywords: "*PNDIS_RESTART_GENERAL_ATTRIBUTES, NDIS_RESTART_GENERAL_ATTRIBUTES, NDIS_RESTART_GENERAL_ATTRIBUTES structure [Network Drivers Starting with Windows Vista], PNDIS_RESTART_GENERAL_ATTRIBUTES, PNDIS_RESTART_GENERAL_ATTRIBUTES structure pointer [Network Drivers Starting with Windows Vista], _NDIS_RESTART_GENERAL_ATTRIBUTES, miniport_structures_ref_10a54e42-4d48-4fdc-8a68-43771c319215.xml, ndis/NDIS_RESTART_GENERAL_ATTRIBUTES, ndis/PNDIS_RESTART_GENERAL_ATTRIBUTES, netvista.ndis_restart_general_attributes"
1010
req.header: ndis.h
@@ -159,7 +159,7 @@ A
159159

160160
The supported statistics. For more information, see the
161161
<b>SupportedStatistics</b> member of the
162-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
162+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
163163
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a> structure.
164164

165165
### -field DataBackFillSize
@@ -211,7 +211,7 @@ If the
211211

212212

213213

214-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
214+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
215215
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a>
216216

217217

wdk-ddi-src/content/ndis/ns-ndis-_net_if_information.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: _NET_IF_INFORMATION (ndis.h)
44
description: The NET_IF_INFORMATION structure provides NDIS with information about a registered network interface.
55
old-location: netvista\net_if_information.htm
66
tech.root: netvista
7-
ms.date: 05/02/2018
7+
ms.date: 07/23/2025
88
keywords: ["NET_IF_INFORMATION structure"]
99
ms.keywords: "*PNET_IF_INFORMATION, NET_IF_INFORMATION, NET_IF_INFORMATION structure [Network Drivers Starting with Windows Vista], PNET_IF_INFORMATION, PNET_IF_INFORMATION structure pointer [Network Drivers Starting with Windows Vista], _NET_IF_INFORMATION, ndis/NET_IF_INFORMATION, ndis/PNET_IF_INFORMATION, net_if_struct_ref_ceb46daa-0e14-4ed8-9f05-9cd064a57dfb.xml, netvista.net_if_information"
1010
req.header: ndis.h
@@ -200,7 +200,7 @@ The GUID that is associated with the network that the interface belongs to. If t
200200

201201
The statistics that the interface supports. For more information, see the
202202
<b>SupportedStatistics</b> member of the
203-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
203+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
204204
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a> structure .
205205

206206
### -field MediaType
@@ -238,7 +238,7 @@ The interface provider should allocate enough memory for the structure and the a
238238

239239

240240

241-
<a href="/windows-hardware/drivers/ddi/ndis/ns-ndis-_ndis_miniport_adapter_general_attributes">
241+
<a href="/windows-hardware/drivers/ddi/miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes">
242242
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES</a>
243243

244244

wdk-ddi-src/content/netadapter/nf-netadapter-net_adapter_link_state_init.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ UID: NF:netadapter.NET_ADAPTER_LINK_STATE_INIT
33
title: NET_ADAPTER_LINK_STATE_INIT function (netadapter.h)
44
description: Initializes a NET_ADAPTER_LINK_STATE structure.
55
tech.root: netvista
6-
ms.date: 03/30/2022
6+
ms.date: 07/23/2025
77
keywords: ["NET_ADAPTER_LINK_STATE_INIT function"]
88
ms.keywords: NET_ADAPTER_LINK_STATE_INIT
99
req.header: netadapter.h
@@ -71,7 +71,7 @@ Support for the IEEE 802.3 pause frames specified by a [**NET_ADAPTER_PAUSE_FUNC
7171

7272
### -param AutoNegotiationFlags [_In_]
7373

74-
The auto-negotiation settings for the network adapter. For more info, see [NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES](../ndis/ns-ndis-_ndis_miniport_adapter_general_attributes.md).
74+
The auto-negotiation settings for the network adapter. For more info, see [NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES](../miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes.md).
7575

7676
## -remarks
7777

@@ -81,7 +81,7 @@ An initialized **NET_ADAPTER_LINK_STATE** structure is an input parameter value
8181

8282
## -see-also
8383

84-
[NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES](../ndis/ns-ndis-_ndis_miniport_adapter_general_attributes.md)
84+
[NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES](../miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes.md)
8585

8686
[NetAdapterSetLinkState](nf-netadapter-netadaptersetlinkstate.md)
8787

wdk-ddi-src/content/netadapter/nf-netadapter-netadaptersetdatapathcapabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ UID: NF:netadapter.NetAdapterSetDataPathCapabilities
33
title: NetAdapterSetDataPathCapabilities function (netadapter.h)
44
description: Sets the data path capabilities of the network adapter.
55
tech.root: netvista
6-
ms.date: 03/30/2022
6+
ms.date: 07/23/2025
77
keywords: ["NetAdapterSetDataPathCapabilities function"]
88
ms.keywords: NetAdapterSetDataPathCapabilities
99
req.header: netadapter.h
@@ -65,7 +65,7 @@ A pointer to an allocated and initialized [NET_ADAPTER_RX_CAPABILITIES](ns-netad
6565

6666
The client driver must call this function when starting a net adapter, before calling [**NetAdapterStart**](nf-netadapter-netadapterstart.md).
6767

68-
This function, along with a few other set capability functions (see below), is the replacement for the [NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES](../ndis/ns-ndis-_ndis_miniport_adapter_general_attributes.md) union that a (non-WDF) client of Ndis.sys sets by calling [NdisMSetMiniportAttributes](../ndis/nf-ndis-ndismsetminiportattributes.md).
68+
This function, along with a few other set capability functions (see below), is the replacement for the [NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES](../miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes.md) union that a (non-WDF) client of Ndis.sys sets by calling [NdisMSetMiniportAttributes](../ndis/nf-ndis-ndismsetminiportattributes.md).
6969

7070
## -see-also
7171

wdk-ddi-src/content/netadapter/nf-netadapter-netadaptersetlinklayercapabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ UID: NF:netadapter.NetAdapterSetLinkLayerCapabilities
33
title: NetAdapterSetLinkLayerCapabilities function (netadapter.h)
44
description: Sets the link layer capabilities of the network adapter.
55
tech.root: netvista
6-
ms.date: 03/30/2022
6+
ms.date: 07/23/2025
77
keywords: ["NetAdapterSetLinkLayerCapabilities function"]
88
ms.keywords: NetAdapterSetLinkLayerCapabilities
99
req.header: netadapter.h
@@ -61,7 +61,7 @@ A pointer to an allocated and initialized [**NET_ADAPTER_LINK_LAYER_CAPABILITIES
6161

6262
The client driver calls this function when starting a net adapter, before calling [**NetAdapterStart**](nf-netadapter-netadapterstart.md).
6363

64-
This function, along with a few other set capability functions (see below), is the replacement for the [**NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES**](../ndis/ns-ndis-_ndis_miniport_adapter_general_attributes.md) union that a (non-WDF) client of Ndis.sys sets by calling [**NdisMSetMiniportAttributes**](../ndis/nf-ndis-ndismsetminiportattributes.md).
64+
This function, along with a few other set capability functions (see below), is the replacement for the [**NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES**](../miniportgeneralattributes/ns-miniportgeneralattributes-ndis_miniport_adapter_general_attributes.md) union that a (non-WDF) client of Ndis.sys sets by calling [**NdisMSetMiniportAttributes**](../ndis/nf-ndis-ndismsetminiportattributes.md).
6565

6666
## -see-also
6767

0 commit comments

Comments
 (0)