📄 spacedeploy_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 Sat Oct 06 10:57:18 2007
*/
/* Compiler settings for E:\程序\VC\VC技术方案宝典\1\1.1\1.1.3\04\SpaceDeploy\SpaceDeploy.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 LIBID_SPACEDEPLOYLib = {0x23577D47,0x1236,0x4FA7,{0xAA,0xA1,0x48,0x04,0xC1,0x7F,0x70,0x8D}};
const CLSID CLSID_StuffManage = {0x06A793E1,0xE4BF,0x425F,{0xAE,0x32,0xB4,0xAE,0x90,0xC1,0x76,0x9C}};
const IID IID_IStuffManage = {0xC69199D9,0x5253,0x496D,{0xB9,0xAC,0xBA,0x21,0x93,0x44,0x8B,0x9B}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -