代码搜索:DeviceIoControl
找到约 574 项符合「DeviceIoControl」的源代码
代码结果 574
www.eeworm.com/read/479150/6699833
cpp function.cpp
#include
#include
#include "function.h"
// DWORD ReadPort(HANDLE hDevice,DWORD port)
// {
// DWORD dwOutput;
// DWORD dwRead;
// DeviceIoControl(hDevice, IOCTL_READ
www.eeworm.com/read/477140/6739034
c showdirall.c
#include
#include
#include
#include "pagedirdrv.h"
main()
{
char completeDeviceName[64] = "";
HANDLE hDevice;
BOOL ret;
strc
www.eeworm.com/read/477140/6739150
c myntdll.c
#include
#include
#include
#include "extnddrv.h"
typedef int NTSTATUS;
int ServiceStart;
__declspec(dllexport) NTSTATUS SampleService0(void)
{
_asm
www.eeworm.com/read/409166/11343934
c iorw.c
// iorw.c
//
// Generated by C DriverWizard 3.1.0 (Build 1722)
// Requires DDK Only
// File created on 1/23/2009
//
#include "pch.h"
#include "..\intrface.h"
#ifdef CHARSAMPLE_WMI_TRACE
#in
www.eeworm.com/read/406404/11442959
cpp periscope.cpp
//-----------------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
//
www.eeworm.com/read/259078/11823030
cpp cameracode.cpp
//======================================================================
// CameraCode.cpp
//
// This file contains routines that interface with the WebCam driver.
//
// Copyright (C) 2005 Dougl
www.eeworm.com/read/259078/11823181
cpp cameracode.cpp
//======================================================================
// CameraCode.cpp
//
// This file contains routines that interface with the WebCam driver.
//
// Copyright (C) 2005 Dougl
www.eeworm.com/read/151127/12233795
cpp test.cpp
// test.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\sys\ioctls.
www.eeworm.com/read/151125/12233932
cpp test.cpp
// test.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\sys\ioctls.
www.eeworm.com/read/151124/12233998
cpp test.cpp
// Test.cpp -- Test program for USB42.SYS
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\sys\ioctls.h"
int main(int argc,