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

📄 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 "COMTypes.h"


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


#endif

⌨️ 快捷键说明

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