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

📄 printdirect_i.c

📁 并口打印的ATL书写的控件
💻 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 Sep 30 09:34:03 2004
 */
/* Compiler settings for E:\YLF_PRINTER\ActiveX For BS Print Directly\ATL\PrintDirect\PrintDirect.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_IPrintDirectCtl = {0x1A3872B0,0x0C6A,0x4570,{0x82,0x8B,0x8B,0x10,0x18,0x99,0xB3,0x5A}};


const IID LIBID_PRINTDIRECTLib = {0xDD080F51,0xBC4C,0x4BC3,{0xBB,0x8D,0x28,0x6F,0xAB,0x03,0xAA,0xA4}};


const IID DIID__IPrintDirectCtlEvents = {0x54D21336,0xF791,0x48B0,{0x8F,0x16,0x57,0xB8,0xBC,0xF6,0x78,0xE7}};


const CLSID CLSID_PrintDirectCtl = {0x99B955C0,0xDDBE,0x49FC,{0x90,0x00,0xA8,0xC7,0x72,0x9B,0xD7,0xB8}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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