Staging
v0.8.1
Revision a489599793f9b00ddc2c68e2ce3bce9cbb2c09a2 authored by Dong-hee Na on 28 November 2017, 16:26:56 UTC, committed by Éric Araujo on 28 November 2017, 16:26:56 UTC
1 parent 598ceae
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