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
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