Skip to content

Instantly share code, notes, and snippets.

@Winand
Created February 21, 2017 07:41
Show Gist options
  • Save Winand/997ed38269e899eb561991a0c663fa49 to your computer and use it in GitHub Desktop.
Save Winand/997ed38269e899eb561991a0c663fa49 to your computer and use it in GitHub Desktop.
@Winand
Copy link
Author

Winand commented Dec 14, 2022

Thanks for the update! if i'm not mistaken, the python implementation for that uses win32com, which is not in the standard python library.

No no, com_interfaces is a package i've made recently. It uses only ctypes. I've added IShellLink as an example. You can implement other interfaces in a similar way (using Microsoft docs, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment