📄 arraypasscom_1_0.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 Mon May 31 15:39:48 2004
*/
/* Compiler settings for C:\DOCUME~1\liuwei\LOCALS~1\Temp\IDL241.tmp:
Os (OptLev=s), 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 LIBID_arraypasscom = {0x59CFF69A,0x130C,0x425C,{0x8E,0xB4,0xFA,0x2A,0xD3,0x98,0x46,0x47}};
const IID IID_Iarraypasscom = {0x0F29F908,0x00BF,0x4A0C,{0xB1,0xED,0x44,0xE3,0xD0,0x70,0x24,0xA2}};
const CLSID CLSID_arraypasscom = {0xC7C0BFA5,0xBFC9,0x41A4,{0x8E,0xC7,0x60,0x5D,0xB8,0x3E,0xEB,0xD0}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -