DriverEntry

Type Alias DriverEntry 

Source
pub type DriverEntry = unsafe extern "system" fn(driver_object: *mut DriverObjectRaw, registry_path: *const UnicodeStringRaw) -> NtStatus;
Expand description

driver entry function signature