代码搜索:DeviceIoControl
找到约 574 项符合「DeviceIoControl」的源代码
代码结果 574
www.eeworm.com/read/133596/5904295
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,
www.eeworm.com/read/133596/5904390
cpp test.cpp
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\sys\ioctls.h"
int main(int argc, char* argv[])
{ // main
HANDLE
www.eeworm.com/read/126854/6011403
c mld_anwi.c
/* mld_anwi.c - access hardware for manlib */
/* Copyright (c) 2001 Atheros Communications, Inc., All Rights Reserved */
/*
DESCRIPTION
This module contains the functions to access the hardwar
www.eeworm.com/read/102995/6224293
cpp addonsim.cpp
// addonsim.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\s5933dk
www.eeworm.com/read/102995/6224625
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/102995/6224674
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/102995/6224692
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,
www.eeworm.com/read/102995/6224799
cpp test.cpp
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\sys\ioctls.h"
int main(int argc, char* argv[])
{ // main
HANDLE
www.eeworm.com/read/100017/6276278
c win32app.c
#include
#include
#include
#include "apcvxd.h"
HANDLE hDevice;
char buf[80];
DWORD WINAPI CallbackFromVxD(PVOID param);
DWORD WINAPI CallbackFromV
www.eeworm.com/read/479150/6699832
cpp main.cpp
#include
#include
//使用CTL_CODE必须加入winioctl.h
#include
#include "..\NT_Driver\Ioctls.h"
int main()
{
HANDLE hDevice =
CreateFile("\\\\.\\HelloDDK",