Type Alias PWLDP_QUERYWINDOWSLOCKDOWNMODE_API
pub type PWLDP_QUERYWINDOWSLOCKDOWNMODE_API = Option<unsafe extern "system" fn(lockdownmode: *mut WLDP_WINDOWS_LOCKDOWN_MODE) -> HRESULT>;Aliased Type§
pub enum PWLDP_QUERYWINDOWSLOCKDOWNMODE_API {
None,
Some(unsafe extern "system" fn(*mut WLDP_WINDOWS_LOCKDOWN_MODE) -> HRESULT),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut WLDP_WINDOWS_LOCKDOWN_MODE) -> HRESULT)
Some value of type T.