Staging
v0.5.1
Revision 90a6785f6328bd27d307ce20202d6b34aa0cc10b authored by Ned Deily on 05 December 2017, 08:27:19 UTC, committed by Ned Deily on 05 December 2017, 08:27:19 UTC
1 parent 3f9a728
Raw File
pyshellext.idl
import "ocidl.idl";

[uuid(44039A76-3BDD-41C1-A31B-71C00202CE81), version(1.0)]
library PyShellExtLib
{
    [uuid(BEA218D2-6950-497B-9434-61683EC065FE), version(1.0)]
    coclass PyShellExt
    {
        [default] interface IDropTarget;
        interface IPersistFile;
    }
};
back to top