windows::Wdk::System::SystemServices

Type Alias ENABLE_VIRTUALIZATION

pub type ENABLE_VIRTUALIZATION = Option<unsafe extern "system" fn(context: *mut c_void, numvfs: u16, enablevfmigration: bool, enablemigrationinterrupt: bool, enablevirtualization: bool) -> NTSTATUS>;

Aliased Type§

enum ENABLE_VIRTUALIZATION {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: u16, _: bool, _: bool, _: bool) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: u16, _: bool, _: bool, _: bool) -> NTSTATUS)

Some value of type T.