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> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to