[python-win32] Power management functions in pywin32?

2012-08-07 Thread Radek HolĂ˝
Hello, are somewhere in pywin32 library implemented these functions: http://msdn.microsoft.com/en-us/library/windows/desktop/aa373163%28v=vs.85%29.aspx ? If not, can you please advise how to use for example function ``PowerSetActiveScheme`` via ``ctypes``? Or this is not suitable place for this q

Re: [python-win32] creating disk image

2012-08-07 Thread Tim Roberts
Jane Chen wrote: > Thank you for your help, Roger and Tim! > > Problem solved. I realized that I can simplify my problem by > using win32file.ReadFile()to create a bin file. You don't even need to go that far. There's nothing you can do with win32file.ReadFile that you cannot also do using perf