www.pudn.com > ShortCutEx.rar > ShortCutEx_i.c, change:2005-11-11,size:1169b
/* this file contains the actual definitions of */ /* the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 5.01.0164 */ /* at Fri Nov 11 11:08:49 2005 */ /* Compiler settings for H:\FDisk\CodeByTuyang\ShortCutEx\ShortCutEx.idl: Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext error checks: allocation ref bounds_check enum stub_data */ //@@MIDL_FILE_HEADING( ) #ifdef __cplusplus extern "C"{ #endif #ifndef __IID_DEFINED__ #define __IID_DEFINED__ typedef struct _IID { unsigned long x; unsigned short s1; unsigned short s2; unsigned char c[8]; } IID; #endif // __IID_DEFINED__ #ifndef CLSID_DEFINED #define CLSID_DEFINED typedef IID CLSID; #endif // CLSID_DEFINED const IID IID_IShortCutToolBar = {0x30F6F26E,0x7D53,0x4294,{0xBA,0xDE,0xCC,0x62,0xCA,0x86,0x4D,0xF9}}; const IID LIBID_SHORTCUTEXLib = {0x338DB545,0x8323,0x4465,{0x9B,0xBE,0x40,0x29,0x15,0xC1,0xED,0xDE}}; const CLSID CLSID_ShortCutToolBar = {0x1FDCFD18,0xF48D,0x428F,{0x8F,0x52,0xBE,0x4C,0x7E,0xAE,0x62,0x91}}; #ifdef __cplusplus } #endif