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

DriverUnload
Update : 2025-02-17 Size : 1kb Publisher : 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.
Update : 2025-02-17 Size : 4kb Publisher : 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
Update : 2025-02-17 Size : 10kb Publisher : 姓名

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.
Update : 2025-02-17 Size : 11kb Publisher : 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
Update : 2025-02-17 Size : 3.1mb Publisher : wyt001

MyCloseFile endp end DriverEntry
Update : 2025-02-17 Size : 1kb Publisher : fan
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.