⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 device_i.c

📁 JAPAN RTOS TOPPERS/JSP kernel 1.4 PreRelease simulation environment JSP kernel Windows simulation
💻 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 Fri Aug 01 17:05:31 2003
 */
/* Compiler settings for C:\Temporary\Archives\jsp-20030801\jsp\windev\devicecontrol\device.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_IDeviceControl = {0x6998EBB2,0x678E,0x4891,{0x8B,0xD0,0xC3,0x4F,0x16,0x54,0x88,0xAC}};


const IID LIBID_ATLDEVICELib = {0x194B359F,0x594E,0x4EE4,{0xA8,0x04,0x84,0x72,0x3D,0x1C,0xF1,0xC4}};


const IID DIID__IDeviceControlEvents = {0x49253060,0x4210,0x43A1,{0x8E,0xA2,0x3A,0x97,0x58,0x7C,0x89,0xB9}};


const CLSID CLSID_DeviceControl = {0xD6626115,0xE35B,0x4B38,{0xBC,0x65,0x3E,0x59,0xD5,0x53,0x5A,0xD4}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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