Home | History | Annotate | Download | only in PC
      1 import "ocidl.idl";
      2 
      3 [uuid(44039A76-3BDD-41C1-A31B-71C00202CE81), version(1.0)]
      4 library PyShellExtLib
      5 {
      6     [uuid(BEA218D2-6950-497B-9434-61683EC065FE), version(1.0)]
      7     coclass PyShellExt
      8     {
      9         [default] interface IDropTarget;
     10         interface IPersistFile;
     11     }
     12 };