Staging
v0.8.1
https://github.com/python/cpython
Revision fa919fdf2583bdfead1df00e842f24f30b2a34bf authored by Łukasz Langa on 14 October 2019, 13:34:47 UTC, committed by Łukasz Langa on 14 October 2019, 13:34:47 UTC
1 parent e498329
Raw File
Tip revision: fa919fdf2583bdfead1df00e842f24f30b2a34bf authored by Łukasz Langa on 14 October 2019, 13:34:47 UTC
v3.8.0
Tip revision: fa919fd
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