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

📄 dualfocus_i.c

📁 天文望远镜电动调焦距驱动程序
💻 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 Apr 11 16:21:04 2003
 */
/* Compiler settings for S:\pic\focus\focus\windows\DualFocusDriver\DualFocus.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_IFocuser = {0x5C571320,0x597D,0x473E,{0x81,0xCD,0xD8,0xCD,0x6D,0xE3,0x18,0x6D}};


const IID LIBID_DualFocus = {0x15D198B2,0x22CA,0x4A2D,{0x89,0x9B,0x4F,0xCC,0x86,0x76,0x5B,0x7F}};


const CLSID CLSID_Focuser = {0xD797C01F,0x3530,0x4842,{0x8F,0xC5,0x73,0xAE,0x4E,0xB3,0xA0,0x03}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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