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

📄 print_struct.h

📁 windrive开发的pci9054的驱动程序。
💻 H
字号:
////////////////////////////////////////////////////////////////
// File - print_struct.h
//
// Copyright (c) 2003 Jungo Ltd.  http://www.jungo.com
//
////////////////////////////////////////////////////////////////

#ifndef _PRINT_STRUCT_H_
#define _PRINT_STRUCT_H_

#ifdef __cplusplus
extern "C" {
#endif

// Function: WD_CARD_print()
//   Print all resources belonging to device
void WD_CARD_print(WD_CARD *pCard, PCHAR pcPrefix);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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