convertnum_i.c

来自「这个程序有别于已经做好exe文件的2-8-10-16进制转换程序而是可以被其他程」· C语言 代码 · 共 51 行

C
51
字号
/* 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 Jan 03 17:12:55 2003
 */
/* Compiler settings for C:\ConvertNum\ConvertNum.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_IConvert = {0x16C3DA87,0xA3B5,0x45E5,{0x8F,0xE3,0x58,0x30,0x57,0x6B,0x39,0x21}};


const IID LIBID_CONVERTNUMLib = {0xBE781B5E,0x6486,0x4F78,{0xBB,0x5A,0xB1,0x62,0x9E,0x4C,0xD9,0x75}};


const CLSID CLSID_Convert = {0x412D7F8C,0xF01E,0x4008,{0xB0,0xDB,0x46,0x15,0x69,0x2E,0x19,0x8F}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?