Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - DriverEntry
Search - DriverEntry - List
DriverUnload
Date : 2008-10-13 Size : 1.43kb User : lijianjun

DriverUnload
Date : 2025-07-06 Size : 1kb User : lijianjun

一个最简单的驱动程序,就像其他的可执行程序一样,每个驱动程序也有一个入口点, 这是当驱动被装载到内存中时首先被调用的,驱动的入口点是DriverEntry过程(注:过程也就是子程序), DriverEntry这个名称只是一个标记而已,你可以把它命名为其他任何名字--只要它是入口点就行了。-One of the most simple driver, just like other executable programs, each driver has one entry point, This is when the driver is loaded into memory the first to be called when the driver entry point is DriverEntry process (Note: The procedure is routine), DriverEntry This name is just a marker only, you can name it in any other name- as long as it is the entry point on the list.
Date : 2025-07-06 Size : 4kb User : Qfeng

#include "Hidefile.h" NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject,IN PUNICODE_STRING RegistryPath) { NTSTATUS ntStatus = STATUS_SUCCESS -#include "Hidefile.h" NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject,IN PUNICODE_STRING RegistryPath) { NTSTATUS ntStatus = STATUS_SUCCESS
Date : 2025-07-06 Size : 10kb User : 姓名

This a demonstration of a driver project. The project has 3 components: A "main" driver file (eg, contains DriverEntry), which will result in a .sys file a second piece of the driver, which will result in a .lib file (to be linked into the main driver) and a user-space program, which talks to the driver. -This is a demonstration of a driver project. The project has 3 components: A "main" driver file (eg, contains DriverEntry), which will result in a .sys file a second piece of the driver, which will result in a .lib file (to be linked into the main driver) and a user-space program, which talks to the driver.
Date : 2025-07-06 Size : 11kb User : sucker

15.WDM的DriverEntry和AddDevice函数.7z 15.WDM的DriverEntry和AddDevice函数.7z-15.WDM s DriverEntry and AddDevice function .7z 15.WDM s DriverEntry and AddDevice function .7z
Date : 2025-07-06 Size : 3.1mb User : wyt001

MyCloseFile endp end DriverEntry
Date : 2025-07-06 Size : 1kb User : fan
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.