COM-Classes
COM-Classes copied to clipboard
AHK classes that implement COM interfaces
Results
12
COM-Classes issues
Sort by
recently updated
recently updated
newest added
- implement `IShellLink::GetIDList` / `IShellLink::SetIDList` and `IShellLink::GetHotkey` / `IShellLink::SetHotkey`. - add ShellLinkA class
new interface
improvement
code
## return types Change all COM methods to explicitly specify their return type (most of the time `"UInt"`) to ensure the code doesn't break on a possible future change in...
improvement
code