Staging
v0.8.1
Revision b2ae5502981ae7e8fc080f5155060235696afe22 authored by Miss Islington (bot) on 25 September 2018, 18:02:06 UTC, committed by GitHub on 25 September 2018, 18:02:06 UTC
(cherry picked from commit 22ef31d0b4b497eda5e356528c3e1d29584d6757)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 3637e68
Raw File
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