Staging
v0.5.1
https://github.com/python/cpython
Revision 7ea0551592d80584b318099d5ebde4e7c552679f authored by Ned Deily on 11 December 2019, 08:27:49 UTC, committed by Ned Deily on 11 December 2019, 08:28:36 UTC
1 parent b23c084
Raw File
Tip revision: 7ea0551592d80584b318099d5ebde4e7c552679f authored by Ned Deily on 11 December 2019, 08:27:49 UTC
3.6.10rc1
Tip revision: 7ea0551
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