Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F607819
entry.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
429 B
Subscribers
None
entry.h
View Options
#pragma once
#include
<ntifs.h>
#define AVM_DEVICE_NAME L"\\Device\\AvmExt"
#define AVM_SYMBOLIC_NAME L"\\??\\AvmExt"
//
// Initialize & destroy routines.
//
NTSTATUS
NTAPI
AvmInitialize
(
IN
PDRIVER_OBJECT
DriverObject
);
VOID
NTAPI
AvmDestroy
(
IN
PDRIVER_OBJECT
DriverObject
);
//
// Driver entry-point.
//
NTSTATUS
NTAPI
DriverEntry
(
IN
PDRIVER_OBJECT
DriverObject
,
IN
PUNICODE_STRING
AvmgistryPath
);
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Apr 2, 9:11 PM (1 d, 22 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
17/02/c2381e36eb6e2835a5304dd58427
Attached To
rAVM avmext
Event Timeline
Log In to Comment