代码搜索:DeviceIoControl
找到约 574 项符合「DeviceIoControl」的源代码
代码结果 574
www.eeworm.com/read/221426/14741446
h ioctl.h
// DeviceIoControl IOCTL codes
#define IOCTL_PCI9052Demo_REGISTER_EVENT CTL_CODE( \
FILE_DEVICE_UNKNOWN, \
0x800, \
METHOD_BUFFERED, \
FILE_ANY_ACCESS)
#define IOCTL
www.eeworm.com/read/195387/8159788
h ioctl.h
// DeviceIoControl IOCTL codes
#define IOCTL_PCI9052Demo_REGISTER_EVENT CTL_CODE( \
FILE_DEVICE_UNKNOWN, \
0x800, \
METHOD_BUFFERED, \
FILE_ANY_ACCESS)
#define IOCTL
www.eeworm.com/read/272137/10969049
h ioctl.h
// DeviceIoControl IOCTL codes supported by any2000.sys
typedef struct _CardInfo
{
USHORT VendorID;
USHORT DeviceID;
UCHAR Version;
} CardInfo, *PCardInfo;
#define IOCTL
www.eeworm.com/read/470535/1470133
pas hook3.pas
//
// hook3 is driver with sample device extension and communication with user mode
// application using DeviceIoControl, it maintain a list of rules for pids
// in device extension but does noth
www.eeworm.com/read/227821/4767978
pas hook3.pas
//
// hook3 is driver with sample device extension and communication with user mode
// application using DeviceIoControl, it maintain a list of rules for pids
// in device extension but does noth
www.eeworm.com/read/171483/5394296
pas hook3.pas
//
// hook3 is driver with sample device extension and communication with user mode
// application using DeviceIoControl, it maintain a list of rules for pids
// in device extension but does noth
www.eeworm.com/read/387488/2561526
pas hook3.pas
//
// hook3 is driver with sample device extension and communication with user mode
// application using DeviceIoControl, it maintain a list of rules for pids
// in device extension but does noth
www.eeworm.com/read/274099/4189279
c devctrl.c
/*++
Copyright (c) 1989 - 1999 Microsoft Corporation
Module Name:
devctrl.c
Abstract:
This module implements DeviceIoControl operations.
--*/
#include "precomp.h"
#prag
www.eeworm.com/read/100012/15889814
hm ioexplorer.hm
// MAKEHELP.BAT generated Help Map file. Used by IOEXPLORER.HPJ.
// Commands (ID_* and IDM_*)
HIDM_ABOUTBOX 0x10010
HIDM_HELP 0x10020
www.eeworm.com/read/485264/6556932
bas modund.bas
Attribute VB_Name = "modUnd"
Option Explicit
'drvHandle
Private Declare Function DeviceIoControl Lib "kernel32" _
(ByVal hDevice As Long, ByVal dwIoControlCode As Long, _
lpInBuffer As Any, _
By