Python Python 2.7 Pywin32 Winapi Win32file.readdirectorychangesw Doesn't Find All Moved Files May 17, 2024 Post a Comment Good morning, I've come across a peculiar problem with a program I'm creating in Python. It… Read more Win32file.readdirectorychangesw Doesn't Find All Moved Files
Filesystems Python Winapi Window Why Does Replacefile Fail With Error_sharing_violation? April 21, 2024 Post a Comment While the documentation is vague, based on this question and comments and this answer, I expected t… Read more Why Does Replacefile Fail With Error_sharing_violation?
Event Log Python Python 2.7 Pywin32 Winapi Reading Windows Event Log In Python Using Pywin32 (win32evtlog Module) March 11, 2024 Post a Comment I would like to read Windows' event log. I am not sure if it's the best way but I would lik… Read more Reading Windows Event Log In Python Using Pywin32 (win32evtlog Module)
Ctypes Python 2.7 Winapi How To Access The Peb Of Another Process With Python Ctypes February 15, 2024 Post a Comment Until now, I have this piece of code (I know its ugly, but this isn't the point right now) I ca… Read more How To Access The Peb Of Another Process With Python Ctypes
Python Subprocess Winapi How Does Createprocess Locate The Executable? February 01, 2024 Post a Comment According to the docs, CreateProcess can be passed an executable name as first argument, or a comma… Read more How Does Createprocess Locate The Executable?
Mapi Outlook Python Winapi Modifying Microsoft Outlook Contacts From Python June 25, 2023 Post a Comment I have written a few Python tools in the past to extract data from my Outlook contacts. Now, I am t… Read more Modifying Microsoft Outlook Contacts From Python