代码搜索:DeviceIOControl
找到约 574 项符合「DeviceIOControl」的源代码
代码结果 574
www.eeworm.com/read/337832/12339093
cpp funfile.cpp
#include "stdafx.h"
#include "ezusbsys.h"
#include "winioctl.h"
#include "usb100.h"
#include "usbdi.h"
unsigned char BulkReadData[8];
unsigned char BulkWriteData[8];
HANDLE hOpenDevice()
{
www.eeworm.com/read/336425/12444970
c ioctl.c
#include
#include
#include "main.h"
#include "..\inc\wdmioctl.h"
#ifdef ALLOC_PRAGMA
#endif
extern DEVICE_ARRAY gDeviceArray[ MAX_NUM_DEV ];
extern KSPIN_LOCK g
www.eeworm.com/read/336425/12444984
c readwrite.c
#include
#include
#include "main.h"
extern DEVICE_ARRAY gDeviceArray[ MAX_NUM_DEV ];
extern KSPIN_LOCK gSpinLock;
extern KSPIN_LOCK gPoolSpinLock;
extern LIST_ENTRY gI
www.eeworm.com/read/128998/14270193
-
文件监视驱动程序样例(监视C驱活动)
Step1:
运行DbgView.exe产生调试信息窗口;
Step2:
运行Load.exe,Ms-dos窗口出现提示:
Begin load driver:
Loading D:\driver\drv\MyFileSpy.sys...
OpenSCManager() OK
CreateService() OK
StartSe
www.eeworm.com/read/227380/14429336
~pas winntmethods.~pas
unit WinNTMethods;
interface
uses Windows, OMCDrv, DrvInterface, CmnTnC;
function PortDWordInNT(Port : DWord) : DWord;
function PortWordInNT(Port : DWord) : Word;
function PortInNT(Port :
www.eeworm.com/read/227380/14429381
pas winntmethods.pas
unit WinNTMethods;
interface
uses Windows, OMCDrv, DrvInterface, CmnTnC;
function PortDWordInNT(Port : DWord) : DWord;
function PortWordInNT(Port : DWord) : Word;
function PortInNT(Port :
www.eeworm.com/read/124788/14544495
cpp funfile.cpp
#include "stdafx.h"
#include "ezusbsys.h"
#include "winioctl.h"
#include "usb100.h"
#include "usbdi.h"
unsigned char BulkReadData[8];
unsigned char BulkWriteData[8];
HANDLE hOpenDevice()
{
www.eeworm.com/read/121546/14751644
cpp funfile.cpp
#include "stdafx.h"
#include "ezusbsys.h"
#include "winioctl.h"
#include "usb100.h"
#include "usbdi.h"
unsigned char BulkReadData[8];
unsigned char BulkWriteData[8];
HANDLE hOpenDevice()
{
www.eeworm.com/read/219847/14861680
txt 硬盘低级格式化的研究.txt
file://硬盘低级格式化的研究
#include
#include
#include
#include
BOOL GetDiskGeometry(HANDLE hDisk,PDISK_GEOMETRY lpGeometry )
{
DWORD ReturnedByteCount;【文