Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F554740
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
Tue, Feb 10, 10:14 PM (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
df/6e/57ca47d796f5f8ea62d851a75f80
Attached To
rAVM avmext
Event Timeline
Log In to Comment