pub type PRESUTIL_GET_PROPERTIES_TO_PARAMETER_BLOCK = Option<unsafe extern "system" fn(hkeyclusterkey: HKEY, ppropertytable: *const RESUTIL_PROPERTY_ITEM, poutparams: *mut u8, bcheckforrequiredproperties: BOOL, psznameofpropinerror: *mut PWSTR) -> u32>;

Aliased Type§

enum PRESUTIL_GET_PROPERTIES_TO_PARAMETER_BLOCK {
    None,
    Some(unsafe extern "system" fn(_: HKEY, _: *const RESUTIL_PROPERTY_ITEM, _: *mut u8, _: BOOL, _: *mut PWSTR) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HKEY, _: *const RESUTIL_PROPERTY_ITEM, _: *mut u8, _: BOOL, _: *mut PWSTR) -> u32)

Some value of type T.