pub type PRESUTIL_ENUM_PROPERTIES = Option<unsafe extern "system" fn(ppropertytable: *const RESUTIL_PROPERTY_ITEM, pszoutproperties: PWSTR, cboutpropertiessize: u32, pcbbytesreturned: *mut u32, pcbrequired: *mut u32) -> u32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.