pub type PCLUSAPI_CLUSTER_REG_CREATE_KEY = Option<unsafe extern "system" fn(hkey: HKEY, lpszsubkey: PCWSTR, dwoptions: u32, samdesired: u32, lpsecurityattributes: *const SECURITY_ATTRIBUTES, phkresult: *mut HKEY, lpdwdisposition: *mut u32) -> i32>;

Aliased Type§

enum PCLUSAPI_CLUSTER_REG_CREATE_KEY {
    None,
    Some(unsafe extern "system" fn(_: HKEY, _: PCWSTR, _: u32, _: u32, _: *const SECURITY_ATTRIBUTES, _: *mut HKEY, _: *mut u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HKEY, _: PCWSTR, _: u32, _: u32, _: *const SECURITY_ATTRIBUTES, _: *mut HKEY, _: *mut u32) -> i32)

Some value of type T.