zboardudeviceinterface.h
来自「51单片机学习的源代码」· C头文件 代码 · 共 33 行
H
33 行
/*************************************/
/* Source Header - DevStudio Add-in */
/* Author - Ray Yang */
/* EMail - rayyang2000@yahoo.com */
/* Website - http://www.ybwork.com */
/*************************************/
//===================================================================//
// Project Name : ZBoard
// Module Name :
// Product Type : License
// OS/Dev Tool : Win9x/2k, VC6
// Original Author : Ray Yang
// Organization : YBWork.com
// Original Date : July, 25, 2001
// Addr : Room 402, No. 131, Meilong No. 9
// TEL : 86-21-54630718
// EMail : rayyang2000@yahoo.com
// Website : http://www.ybwork.com
// Copyright : Copyright (L) YBWork.com, 2001
// Comments :
//
// << History >>
// July, 25, 2001 The first release
//===================================================================//
// This GUID identifies the device interface class used by the ZBoarduDevice device
// TODO: If your driver supports a standard interface, use the GUID that identifies
// the interface class, rather than using the one defined below
#define ZBoarduDevice_CLASS_GUID \
{ 0x8aeaa794, 0xc079, 0x45cc, { 0x8a, 0xd8, 0x97, 0x72, 0x31, 0x9a, 0xa6, 0xb7 } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?