Page MenuHomedesp's stash

entry.h
No OneTemporary

#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

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

Event Timeline