pub type PCLUSAPI_CLUSTER_REG_SET_KEY_SECURITY_EX = Option<unsafe extern "system" fn(hkey: HKEY, securityinformation: u32, psecuritydescriptor: PSECURITY_DESCRIPTOR, lpszreason: PCWSTR) -> i32>;
Expand description

Required features: "Win32_Security", "Win32_System_Registry"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.