代码搜索:DeviceIoControl
找到约 574 项符合「DeviceIoControl」的源代码
代码结果 574
www.eeworm.com/read/353311/10455490
txt 所用控制代码.txt
1:IOCTL_USB_GET_NODE_INFORMATION
2:IOCTL_USB_GET_NODE_CONNECTION_INFORMATION
3:IOCTL_USB_GET_ROOT_HUB_NAME
4:IOCTL_USB_GET_NODE_CONNECTION_NAME
5:IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME
6:IO
www.eeworm.com/read/419939/10827654
cpp test_charsample.cpp
// Test_CharSample.cpp
//
// Generated by DriverWizard version DriverStudio 3.1.0 (Build 1722)
//
// This console application demonstrates how to open a handle
// to a device in your driver, and
www.eeworm.com/read/419939/10827873
cpp test_charsample.cpp
// Test_CharSample.cpp
//
// Generated by DriverWizard version DriverStudio 3.1.0 (Build 1722)
//
// This console application demonstrates how to open a handle
// to a device in your driver, and
www.eeworm.com/read/410203/7002886
c ioctl.c
/*++
Copyright (c) 1991, 1992, 1993 Microsoft Corporation
Module Name:
ioctl.c
Abstract:
This module contains the ioctl dispatcher as well as a couple
of routines that are
www.eeworm.com/read/461809/7219173
asm _dispatch.asm
;====================================================================
; Win32 控制处理函数
;====================================================================
_Dispatch proc uses edi esi ebx DriverObj
www.eeworm.com/read/196573/8074453
cpp ptutils.cpp
///////////////////////////////////////
// ptutils.cpp文件
#include
#include
#include
#include
#include
#include "IOCOMMON.h"
#inclu
www.eeworm.com/read/329335/12959556
asm _dispatch.asm
;====================================================================
; Win32 控制处理函数
;====================================================================
_Dispatch proc uses edi esi ebx DriverObj
www.eeworm.com/read/138868/5813402
c ioctl.c
/*++
Copyright (c) 1991, 1992, 1993 Microsoft Corporation
Module Name:
ioctl.c
Abstract:
This module contains the ioctl dispatcher as well as a couple
of routines that are
www.eeworm.com/read/137363/5825081
c win32app.c
#include
#include
#include
#include
#include "dmabuf.h"
HANDLE hDevice;
DMA_BUFFER_DESCRIPTOR dmadesc;
void main(int ac, char* av[])
{
DWORD
www.eeworm.com/read/134163/5895114
cpp control.cpp
// Control.cpp -- IOCTL handlers for fileio driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
//////////////////