Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 2bd31b5fde32194a63ca1e782e2578c6bd2ba759 authored by Ɓukasz Langa on 16 September 2020, 21:23:13 UTC
Python 3.9.0rc2
Tip revision: 2bd31b5
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