Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 2.25 KB

nc-ndis-ndis_pd_query_counter.md

File metadata and controls

72 lines (56 loc) · 2.25 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:ndis.NDIS_PD_QUERY_COUNTER
NDIS_PD_QUERY_COUNTER (ndis.h)
The PacketDirect (PD) platform calls a PD-capable miniport driver's NdisPDQueryCounter function to query the current values stored in a counter object.
netvista\ndispdquerycounter.htm
netvista
05/02/2018
NDIS_PD_QUERY_COUNTER callback function
NDIS_PD_QUERY_COUNTER, NDIS_PD_QUERY_COUNTER callback, NdisPDQueryCounter, NdisPDQueryCounter callback function [Network Drivers Starting with Windows Vista], ndis/NdisPDQueryCounter, netvista.ndispdquerycounter
ndis.h
Windows
Windows 10
Windows Server 2016
PASSIVE_LEVEL
Windows
NDIS_PD_QUERY_COUNTER
ndis/NDIS_PD_QUERY_COUNTER
APIRef
kbSyntax
UserDefined
Ndis.h
NDIS_PD_QUERY_COUNTER

NDIS_PD_QUERY_COUNTER callback function

-description

The PacketDirect (PD) platform calls a PD-capable miniport driver's NdisPDQueryCounter function to query the current values stored in a counter object.

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

 

-parameters

-param CounterHandle [in]

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

-param CounterValue [out]

The miniport returns a pointer to a NDIS_PD_COUNTER_VALUE structure that contains the values stored in the counter object.

-returns

This callback function does not return a value.

-see-also

NDIS_PD_COUNTER_VALUE