NDIS_PD_FREE_COUNTER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

NDIS_PD_FREE_COUNTER NdisPdFreeCounter;

() NdisPdFreeCounter(
  [in] NDIS_PD_COUNTER_HANDLE CounterHandle
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-ndis-ndis_pd_free_counter)

NDIS_PD_FREE_COUNTER callback function

Description

The PacketDirect (PD) platform calls a PD-capable miniport driver's NdisPDFreeCounter function to free a counter object.

Note You must declare the function by using the NDIS_PD_FREE_COUNTER type. For more information, see the following Examples section.

Parameters

CounterHandle [in]

A counter handle that the miniport driver allocated in its NdisPDAllocateCounter function.

Return value

This callback function does not return a value.

See also

NdisPDAllocateCounter