NPEM_CONTROL_SET_STANDARD_CONTROL

Type Alias NPEM_CONTROL_SET_STANDARD_CONTROL 

pub type NPEM_CONTROL_SET_STANDARD_CONTROL = Option<unsafe extern "system" fn(context: *const c_void, standardcontrol: NPEM_CONTROL_STANDARD_CONTROL_BIT, set: bool) -> NTSTATUS>;

Aliased Type§

pub enum NPEM_CONTROL_SET_STANDARD_CONTROL {
    None,
    Some(unsafe extern "system" fn(*const c_void, NPEM_CONTROL_STANDARD_CONTROL_BIT, bool) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void, NPEM_CONTROL_STANDARD_CONTROL_BIT, bool) -> NTSTATUS)

Some value of type T.