p9054_files.txt

来自「windrive开发的pci9054的驱动程序。」· 文本 代码 · 共 36 行

TXT
36
字号
The DriverWizard has created a library with which your application can control your hardware.
It has also created a sample application which diagnoses your hardware using this library.

  D:/p9054/p9054_files.txt
         A detailed overview of all the files generated.

  D:/p9054/p9054_lib.h
         A library for controlling your hardware through WinDriver.

  D:/p9054/p9054_lib.c
         Contains the implementation of the functions used for
         accessing each of the resources defined in the Wizard.

  D:/p9054/p9054_diag.c
         The sample application which diagnoses your hardware using
         the p9054_lib.h library.

  D:/p9054/msdev/p9054_diag.dsw
         Microsoft Developer Studio WorkSpace File.

  D:/p9054/p9054.inf
         A formatted reference file for Windows that contains
         information about installation files and devices, such as
         filenames, version information and so on.

Compiling this project:
  For MSDEV 6,5, open MSDEV, load msdev\p9054_diag.dsw and compile

Converting to a GUI application:
  This sample was written as a console mode application (rather than
  a GUI application) that uses standard input and standard output.
  This was done in order to simplify the source code. You may change it
  into a GUI application by removing all calls to printf() and scanf()
  functions, and calling MessageBox() instead.

⌨️ 快捷键说明

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