NdisMSetInformationComplete

NdisMSetInformationComplete returns the final status of a completed set-information request for which the driver previously returned NDIS_STATUS_PENDING.

Syntax

VOID NdisMSetInformationComplete(
IN NDIS_HANDLE
MiniportAdapterHandle, IN NDIS_STATUS Status);

At a Glance

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