uptime for Win XP?

Fredrik Lundh fredrik at pythonware.com
Mon Dec 13 13:00:31 EST 2004


Andrey Ivanov wrote:

> Writting this script was harder than I initially thought due to
> a lack of documentation for win32all. And I still don't know what
> that bizzare_int value stands for (an error/status code?).

if I'm not mistaken, the corresponding Win32 function is called
PdhGetFormattedCounterValue, which has two [in] parameters
(counter handle, format code) and two [out] parameters (counter
type, counter value)

so "counter type" is a good guess.

</F> 






More information about the Python-list mailing list