pub type PCLUSAPI_CLUSTER_REG_OPEN_KEY = Option<unsafe extern "system" fn(hkey: HKEY, lpszsubkey: PCWSTR, samdesired: u32, phkresult: *mut HKEY) -> i32>;
Expand description

Required features: "Win32_System_Registry"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.