www.pudn.com > ShortCutEx.rar > ShortCutEx.idl, change:2004-07-30,size:794b
// ShortCutEx.idl : IDL source for ShortCutEx.dll // // This file will be processed by the MIDL tool to // produce the type library (ShortCutEx.tlb) and marshalling code. import "oaidl.idl"; import "ocidl.idl"; [ object, uuid(30F6F26E-7D53-4294-BADE-CC62CA864DF9), dual, helpstring("IShortCutToolBar Interface"), pointer_default(unique) ] interface IShortCutToolBar : IDispatch { }; [ uuid(338DB545-8323-4465-9BBE-402915C1EDDE), version(1.0), helpstring("ShortCutEx 1.0 Type Library") ] library SHORTCUTEXLib { importlib("stdole32.tlb"); importlib("stdole2.tlb"); [ uuid(1FDCFD18-F48D-428F-8F52-BE4C7EAE6291), helpstring("ShortCutToolBar Class") ] coclass ShortCutToolBar { [default] interface IShortCutToolBar; }; };