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

📄 guids.h

📁 VC++串口通信设。本书详细说明讲解了在VC++环境下编写串口通信得过程。值得一看
💻 H
字号:
#ifndef GUIDS_H
#define GUIDS_H

// Get needed include files
#include "StdInc.h"

// We can get the IID for IPizzaOrderTaker from the IDL-generated header file
#include "PizzaOrder.h"
#include "PizzaMake.h"
#include "PizzaLoc.h"


// PizzaOrderTaker1 Class GUID
// {47DD0D53-641F-11d0-8C23-00400539F36B}
DEFINE_GUID(CLSID_PizzaOrderTaker1, 
0x47DD0D53, 0x641F, 0x11d0, 0x8C, 0x23, 0x0, 0x40, 0x5, 0x39, 0xf3, 0x6b);


// PizzaOrderTaker2 Class GUID
// {43903313-8857-11D0-8C80-00400539F36B}
DEFINE_GUID(CLSID_PizzaOrderTaker2, 
0x43903313, 0x8857, 0x11D0, 0x8C, 0x80, 0x0, 0x40, 0x5, 0x39, 0xF3, 0x6B);


// PizzaOrderTaker3 Class GUID
// {B5501790-A193-11D0-8CA6-00400539F36B}
DEFINE_GUID(CLSID_PizzaOrderTaker3, 
0xB5501790, 0xA193, 0x11D0, 0x8C, 0xA6, 0x0, 0x40, 0x5, 0x39, 0xF3, 0x6B);


// PizzaMaker1 Class GUID
// {FC875E50-A1FD-11D0-8CA7-00400539F36B}
DEFINE_GUID(CLSID_PizzaMaker1, 
0xFC875E50, 0xA1FD, 0x11D0, 0x8C, 0xA7, 0x0, 0x40, 0x5, 0x39, 0xF3, 0x6B);


// PizzaLocator1 Class GUID
// {CA94F743-A33E-11D0-8CAC-00400539F36B}
DEFINE_GUID(CLSID_PizzaLocator1, 
0xCA94F743, 0xA33E, 0x11D0, 0x8C, 0xAC, 0x0, 0x40, 0x5, 0x39, 0xF3, 0x6B);


#endif

⌨️ 快捷键说明

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