代码搜索结果
找到约 10,000 项符合
USB 的代码
usbò»+
;; ForUsb.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your d
usbò»+
// ForUsbDevice.h
//
// Generated by DriverWizard version DriverStudio 2.7.0 (Build 562)
// Requires Compuware's DriverWorks classes
//
#ifndef __ForUsbDevice_h__
#define __ForUsbDevice_h__
usbò»+
/*
ForUsb.rc - version resources
*/
#include
#define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#define VER_FILEOS VOS_NT_WINDOWS32
#define VER_FILEFLAGS 0
#defin
usbò»+
// ForUsbDevice.cpp
// Implementation of ForUsbDevice device class
//
// Generated by DriverWizard version DriverStudio 2.7.0 (Build 562)
// Requires Compuware's DriverWorks classes
//
#pragma
usbò»+
Build Log
--------------------Configuration: ForUsb - Win32 Checked--------------------
Command Lines
Creating temporary file "D:\Temp\RSPF7.tm
usbò»+
// ForUsb.cpp
//
// Generated by DriverWizard version DriverStudio 2.7.0 (Build 562)
// Requires Compuware's DriverWorks classes
//
#define VDW_MAIN
#include
#include
#inclu
usbò»+
// function.h
//
// This file controls which driver functions are enabled.
#ifndef __function_h__
#define __function_h__
#define DRIVER_FUNCTION_CREATE
#define DRIVER_FUNCTION_CLOSE
#define
usbò»+
# SOURCES for use with BUILD command
TARGETNAME=ForUsb
TARGETPATH=obj
TARGETTYPE=DRIVER
DRIVERTYPE=WDM
!IF ("$(DDKBUILDENV)"=="chk") || ("$(DDKBUILDENV)"=="checked")
BUILDTYPE = CHECKED
!EL