The Visual Basic PdhGetDoubleCounterValue function returns the current value of the specified counter as a double-precision floating point value. You should check CounterStatus before using the returned number, because the counter may not be valid when it is read. Call PdhIsGoodStatus to check the CounterStatus.
PdhGetDoubleCounterValue(
ByVal CounterHandle as Long,
ByRef CounterStatus as Long)
as Double
PdhGetDoubleCounterValue returns the double-precision floating point value of the current counter, computed and formatted as defined by the counter type.
Performance Data Helper Overview, Performance Data Functions