Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 6c38841c08edd6b0727903ec3f1acd10dc9766f6 authored by Ɓukasz Langa on 29 June 2020, 22:30:11 UTC
Python 3.8.4rc1
Tip revision: 6c38841
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