HyperPlatform Programmer's Reference
|
Implements an entry point of the driver. More...
#include "driver.h"
#include "common.h"
#include "global_object.h"
#include "hotplug_callback.h"
#include "log.h"
#include "power_callback.h"
#include "util.h"
#include "vm.h"
#include "performance.h"
Go to the source code of this file.
Macros | |
#define | POOL_NX_OPTIN 1 |
Functions | |
bool | DriverpIsSuppoetedOS () |
NTSTATUS | DriverEntry (PDRIVER_OBJECT driver_object, PUNICODE_STRING registry_path) |
static void | DriverpDriverUnload (PDRIVER_OBJECT driver_object) |
Variables | |
DRIVER_INITIALIZE | DriverEntry |
static DRIVER_UNLOAD | DriverpDriverUnload |
Implements an entry point of the driver.
Definition in file driver.cpp.
#define POOL_NX_OPTIN 1 |
Definition at line 9 of file driver.cpp.
NTSTATUS DriverEntry | ( | PDRIVER_OBJECT | driver_object, |
PUNICODE_STRING | registry_path | ||
) |
|
static |
bool DriverpIsSuppoetedOS | ( | ) |
Definition at line 181 of file driver.cpp.
DRIVER_INITIALIZE DriverEntry |
Definition at line 42 of file driver.cpp.
|
static |
Definition at line 44 of file driver.cpp.