WIN32APP.C
上传用户:lx1888888
上传日期:2007-01-04
资源大小:136k
文件大小:0k
源码类别:

驱动编程

开发平台:

Visual C++

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <conio.h>
  4. #include <windows.h>
  5. #include "..32skel32.h"
  6. HDEVICE hDevice;
  7. void main(int ac, char* av[])
  8. {
  9.    hDevice = DeviceOpen32();
  10.    printf("hDevice=%xn", hDevice );
  11. }