Condividi tramite


NDIS_PD_FREE_COUNTER funzione di callback (ndis.h)

La piattaforma PacketDirect (PD) chiama un driver miniport compatibile con PD NdisPDFreeCounter funzione 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 di contatore allocato dal driver miniport nella relativa funzione NdisPDAllocateCount er.

Valore restituito

Questa funzione di callback non restituisce un valore.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10
server minimo supportato Windows Server 2016
piattaforma di destinazione Finestre
intestazione ndis.h
IRQL PASSIVE_LEVEL

Vedere anche

NdisPDAllocateCounter