📄 aaronsziputils_i.c
字号:
/* 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 Wed Mar 28 06:29:30 2001
*/
/* Compiler settings for C:\temp\AaronsZipUtils\AaronsZipUtils.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_IZipReader = {0x389F413F,0x9FAA,0x4A5E,{0x83,0xC5,0x86,0xD5,0x2E,0xA0,0x0F,0x4F}};
const IID LIBID_AARONSZIPUTILSLib = {0x3D0BB3C9,0x614C,0x4979,{0xA9,0x5D,0x4D,0x03,0x1D,0xB8,0xDA,0xA0}};
const CLSID CLSID_ZipReader = {0xA22BDA5A,0x3938,0x4B94,{0x9B,0x3B,0xEA,0xE8,0xFE,0x3B,0x62,0x28}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -