PGET_VIRTUAL_DEVICE_LOCATION

Type Alias PGET_VIRTUAL_DEVICE_LOCATION 

pub type PGET_VIRTUAL_DEVICE_LOCATION = Option<unsafe extern "system" fn() -> NTSTATUS>;

Aliased Type§

pub enum PGET_VIRTUAL_DEVICE_LOCATION {
    None,
    Some(unsafe extern "system" fn() -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> NTSTATUS)

Some value of type T.