NDIS Current Information Functions (Compact 2013)
3/26/2014
This topic describes the functions for the NDIS current information interface.
In This Section
- NdisGetCurrentProcessorCounts
Returns counts for the current processor that a driver can use to determine CPU usage for a particular time interval.
- NdisGetCurrentProcessorCpuUsage
Returns how busy the current processor is as a percentage.
- NdisGetCurrentSystemTime
Returns the current system time, suitable for setting timestamps.
- NdisGetProcessorInformation
Retrieves information about the CPU topology of the local device and the set of processors that a miniport driver must use for receive-side scaling (RSS).
- NdisGetRoutineAddress
Returns the address of a routine given the routine's name.
- NdisSystemActiveProcessorCount
Returns the number of currently active processors in the local device.
- NdisSystemProcessorCount
Determines whether its caller is running on a uniprocessor or multiprocessor device.