📄 getsn_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 Thu Oct 07 11:06:02 2004
*/
/* Compiler settings for C:\Program Files\Microsoft Visual Studio\MyProjects\GetSN\GetSN.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_IGetSerNum_Name = {0x2CC48E72,0x79A3,0x4CA4,{0xA4,0x2C,0xF2,0xDA,0xFF,0x12,0x7E,0x67}};
const IID IID_IGetISN = {0x898E6FCA,0x212D,0x4728,{0x82,0xE9,0x0E,0x4F,0x6C,0x6F,0xBD,0xE9}};
const IID LIBID_GETSNLib = {0xC53DDC74,0x4A08,0x4C70,{0xB7,0xCF,0xB7,0x7D,0xEB,0x26,0x56,0xAE}};
const CLSID CLSID_GetSerNum_Name = {0x14A3C7C3,0x05B6,0x44C5,{0x81,0x22,0xFA,0x16,0x3B,0xEF,0xD8,0xE8}};
const CLSID CLSID_GetISN = {0xA683BD14,0x5565,0x4334,{0x96,0xAF,0x98,0x4C,0xE9,0x42,0x9A,0xFA}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -