Staging
v0.5.1
Revision 8623e68ea856830e084839e1d726c1f5be727203 authored by Łukasz Langa on 10 February 2020, 19:08:24 UTC, committed by Łukasz Langa on 10 February 2020, 19:08:24 UTC
1 parent b086ea5
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