pub type PRESUTIL_SET_EXPAND_SZ_VALUE = Option<unsafe extern "system" fn(hkeyclusterkey: HKEY, pszvaluename: PCWSTR, psznewvalue: PCWSTR, ppszoutstring: *mut PWSTR) -> u32>;
Expand description

Required features: "Win32_System_Registry"

Aliased Type§

enum PRESUTIL_SET_EXPAND_SZ_VALUE {
    None,
    Some(unsafe extern "system" fn(_: isize, _: *const u16, _: *const u16, _: *mut *mut u16) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.