pub type PCLUSAPI_GET_CLUSTER_NET_INTERFACE_KEY = Option<unsafe extern "system" fn(hnetinterface: HNETINTERFACE, samdesired: u32) -> HKEY>;
Expand description

Required features: "Win32_System_Registry"

Aliased Type§

enum PCLUSAPI_GET_CLUSTER_NET_INTERFACE_KEY {
    None,
    Some(unsafe extern "system" fn(_: isize, _: u32) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: u32) -> isize)

Some value of type T.