pub type PWLDP_QUERYWINDOWSLOCKDOWNMODE_API = Option<unsafe extern "system" fn(lockdownmode: *mut WLDP_WINDOWS_LOCKDOWN_MODE) -> HRESULT>;

Aliased Type§

enum PWLDP_QUERYWINDOWSLOCKDOWNMODE_API {
    None,
    Some(unsafe extern "system" fn(_: *mut WLDP_WINDOWS_LOCKDOWN_MODE) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut WLDP_WINDOWS_LOCKDOWN_MODE) -> HRESULT)

Some value of type T.