代码搜索结果

找到约 10,000 项符合 Driver 的代码

driver.tex

\label{hwdriver} This section will describe step by step how to write an hardware endpoint. You will be required to write your own endpoint in case non of the existing endpoints matches your hardware.

driver.h

#ifndef USBDRIVER_H #define USBDRIVER_H #endif #include "wdm.h" #include "usbdi.h" #include "usbdlib.h" #include VOID DrvUnload(IN PDRIVER_OBJECT DriverObject); NTSTATUS D

driver.h

/* $Id$ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright

driver.h

/****************************************Copyright (c)************************************************** ** 广州致远电子有限公司 ** 研发部 *

driver.h

/****************************************Copyright (c)************************************************** ** 广州致远电子有限公司 ** 研发部 *

driver.c

/* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory * FILE: ntoskrnl/io/iomgr/driver.c * PURPOSE: Driver Object Management

driver.c

/* * driver.c */ /* INCLUDES *****************************************************************/ #include "services.h" #define NDEBUG #include /* FUNCTIONS ******************

driver.h

#ifndef __WIN32K_DRIVER_H #define __WIN32K_DRIVER_H #include typedef BOOL (NTAPI *PGD_ENABLEDRIVER)(ULONG, ULONG, PDRVENABLEDATA); typedef DHPDEV (NTAPI *PGD_ENABLEPDEV)(DEVMODEW

driver.c

/* * ReactOS W32 Subsystem * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 ReactOS Team * * This program is free software; you can redistribute it and/or modify * it under the terms o