NdisRequest

NdisRequest forwards a request to the underlying driver that it query the capabilities or status of its NIC or that it set the state of its NIC.

Syntax

VOID NdisRequest(OUT PNDIS_STATUS Status,
IN NDIS_HANDLE
NdisBindingHandle, IN PNDIS_REQUEST NdisRequest);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit

Remarks

The Windows CE version of NdisRequest doesn't handle statistics requests, where NdisRequest == NdisRequestQueryStatistics. For query and set requests, NdisRequest intercepts OID_GEN_CURRENT_PACKET_FILTER, OID_GEN_CURRENT_LOOKAHEAD, OID_GEN_PROTOCOL_OPTIONS, and OID_802_3_MULTICAST_LIST. All others are passed to the miniport driver.