NDIS_PD_FREE_COUNTER funzione di callback (ndis.h)

La piattaforma PacketDirect (PD) chiama la funzione NdisPDFreeCounter di un driver compatibile con PD per liberare un oggetto contatore.

Nota È necessario dichiarare la funzione usando il tipo di NDIS_PD_FREE_COUNTER . Per altre informazioni, vedere la sezione Esempi seguenti.

 

Sintassi

NDIS_PD_FREE_COUNTER NdisPdFreeCounter;

() NdisPdFreeCounter(
  [in] NDIS_PD_COUNTER_HANDLE CounterHandle
)
{...}

Parametri

[in] CounterHandle

Handle contatore allocato dal driver miniport nella relativa funzione NdisPDAllocateCounter .

Valore restituito

Questa funzione di callback non restituisce un valore.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows Server 2016
Piattaforma di destinazione Windows
Intestazione ndis.h
IRQL PASSIVE_LEVEL

Vedi anche

NdisPDAllocateCounter