Re: uptime for Win XP?
From: David Bolen (db3l_at_fitlinxx.com)
Date: 12/13/04
- Next message: ben: "system requirements for python 2.4"
- Previous message: Fredrik Lundh: "Re: how do I "peek" into the next line?"
- In reply to: Andrey Ivanov: "Re: uptime for Win XP?"
- Next in thread: Fredrik Lundh: "Re: uptime for Win XP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 13 Dec 2004 15:10:40 -0500
Andrey Ivanov <andre1@yandex.ru> writes:
(...)
> 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?).
The pywin32 documentation tends not to duplicate information already
available via MSDN (whether in a local installation or at
msdn.microsoft.com) on the underlying Win32 API, so when in doubt,
that's where to look. Then, the pywin32 documentation will sometimes
qualify how the Python interface maps that function.
But in particular, a general rule (as has already been posted) is that
any out parameters are aggregated along with the overall result code
into a result tuple.
-- David
- Next message: ben: "system requirements for python 2.4"
- Previous message: Fredrik Lundh: "Re: how do I "peek" into the next line?"
- In reply to: Andrey Ivanov: "Re: uptime for Win XP?"
- Next in thread: Fredrik Lundh: "Re: uptime for Win XP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|