[python-win32] Power management functions in pywin32?

Roger Upole rupole at hotmail.com
Wed Aug 8 17:36:15 CEST 2012


Radek Holý wrote:
> Hello,
>
> are somewhere in pywin32 library implemented these functions:
> http://msdn.microsoft.com/en-us/library/windows/desktop/aa373163%28v=vs.85%29.aspx
> ?

Most of these are not in Pywin32, except for GetPwrCapabilities.

> If not, can you please advise how to use for example function
> ``PowerSetActiveScheme`` via ``ctypes``? Or this is not suitable place
> for this question?

It's not really OT here, as there is a good bit of general discussion
regarding Python and Windows, not just Pywin32.
There's also a ctypes mailing list:
https://lists.sourceforge.net/lists/listinfo/ctypes-users

    Roger






More information about the python-win32 mailing list