代码搜索:DeviceIoControl
找到约 574 项符合「DeviceIoControl」的源代码
代码结果 574
www.eeworm.com/read/293949/8261105
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/392935/8318791
cpp helloapp.cpp
// helloapp.cpp - test app for simple WDM example
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
//
www.eeworm.com/read/269708/11082444
c ssdtdump.c
//////////////////////////////////////////////////////////////////////////
// SSDTDump by 李马
// http://www.titilima.cn
//////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/268635/11128355
c controller.c
// Controller
// Copyright Ric Vieler, 2006
// Send an on/off command to MyDeviceDriver
#include
#include
#include
#include "IoManager.h"
void main(int argc, char
www.eeworm.com/read/268635/11128755
c hideme.c
// HideMe
// Copyright Ric Vieler, 2006
// Send a hide command to MyDeviceDriver
// and wait for operator to stop the process
#include
#include
#include
#include
www.eeworm.com/read/268635/11128763
c controller.c
// Controller
// Copyright Ric Vieler, 2006
// Send an on/off command to MyDeviceDriver
#include
#include
#include
#include "IoManager.h"
void main(int argc, char
www.eeworm.com/read/268635/11128901
c hideme.c
// HideMe
// Copyright Ric Vieler, 2006
// Send a hide command to MyDeviceDriver
// and wait for operator to stop the process
#include
#include
#include
#include
www.eeworm.com/read/412695/11188822
cpp smb380userdll.cpp
/* $Date: 2008/01/24 09:50:09 $
* $Revision: 1.1 $
*
*/
/*
* Copyright (C) 2007 Bosch Sensortec GmbH
*
* MODULE NAME
*
* Usage: DESCRIPTION
*
*
* Disclaimer
*
* Common:
* Bosch Sensor
www.eeworm.com/read/147983/12505597
asm invisibilitynt.asm
; on NT all the action is moved into a Kernel Mode Driver...
INCLUDE KMD\IoCtrl.INC
;------------CONST-----------------------------------------------------------------------
.CONST
szDrvSym
www.eeworm.com/read/334325/12612901
c pci_win32.c
/*
This file is based on:
$XFree86: xc/programs/Xserver/hw/xfree86/etc/scanpci.c,v 3.34.2.17 1998/11/10 11:55:40 dawes Exp $
Modified for readability by Nick Kurshev
*/
#include
#