Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F954424
ntinternal.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
287 B
Subscribers
None
ntinternal.c
View Options
#include
"ntinternal.h"
NTSTATUS
NTAPI
AvmNtInternalInitialize
(
IN
PDRIVER_OBJECT
DriverObject
)
{
UNREFERENCED_PARAMETER
(
DriverObject
);
return
STATUS_SUCCESS
;
}
VOID
NTAPI
AvmNtInternalDestroy
(
IN
PDRIVER_OBJECT
DriverObject
)
{
UNREFERENCED_PARAMETER
(
DriverObject
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Sep 27, 1:29 PM (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
24/fe/729df93e9707b666113f3812faaf
Attached To
rAVM avmext
Event Timeline
Log In to Comment