📄 ezusb_lib.h
字号:
/**************************************************************
* File - ezusb_lib.h
*
* Library for accessing EZ-USB based devices.
* The library accesses the hardware via WinDriver functions.
*
* Copyright (c) 2003 - 2006 Jungo Ltd. http://www.jungo.com
**************************************************************/
#ifndef _EZUSB_LIB_H_
#define _EZUSB_LIB_H_
#include "windrvr.h"
#include "wdu_lib.h"
#ifdef __cplusplus
extern "C" {
#endif
extern char sInfoString[4000];
BOOL DownloadFirmware(HANDLE hDev, PCHAR pHexFileName, BOOL IsFx2);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -