// ndis.h
NDIS_PD_FREE_COUNTER NdisPdFreeCounter;
() NdisPdFreeCounter(
[in] NDIS_PD_COUNTER_HANDLE CounterHandle
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
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.
CounterHandle [in]A counter handle that the miniport driver allocated in its NdisPDAllocateCounter function.
This callback function does not return a value.