https://github.com/python/cpython
Raw File
Tip revision: 0a7dcbdb13f1f2ab6e76e1cff47e80fb263f5da0 authored by Ɓukasz Langa on 03 May 2021, 14:54:42 UTC
Python 3.9.5
Tip revision: 0a7dcbd
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