代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.h
#define IOCTL_GET_NAME_STRING \
CTL_CODE(FILE_DEVICE_UNKNOWN, 0x800, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_IMPERSONATE_PROCESS \
CTL_CODE(FILE_DEVICE_UNKNOWN, 0x801, METHOD_BUFFERED,
driver.c
#include
#include
#include
#include
#include
#include "driver.h"
PDEVICE_OBJECT HxDefDriverDeviceObject = NULL;
ULONG out_size;
int
driver.h
//////////////////////////////////
#ifndef U32
#define U32 unsigned int
#endif
#ifndef U8
#define U8 unsigned char
#endif
U8 buffer[300];//+;//350];
U8 buf[100]; //接收数据缓冲区
U8 iend;
driver.asp
磁盘驱动器浏览器
driver.cpp
//---Note: This file was generated using Borland C++ Builder 5.0 -----------
// (the #pragma statements may be removed)
#include
#include
using namespace std;
#pragma
driver.sum
Program DRIVER Version: 0108.27
The file name is: ldbg0480.00o
The numberObsFiles = 2
Number OBS Warnings = 3
*** Here are the OBS ERROR MESSAGES:
*** Here are the OBS WARNING MESSAGES
driver.c
#include"../memory/memory.h"
#define MAX_PAGE_SIZE (120*PAGE_SIZE)
int idle_device(struct file_system_call_parameter *par)
{
int i,*p,*p1;
extern void test(void );
switch(par->comman
driver.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/