pub type PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM_EX = Option<unsafe extern "system" fn(hcluster: HCLUSTER, lpszproperties: PCWSTR, cbproperties: u32, lpszroproperties: PCWSTR, cbroproperties: u32, dwflags: u32) -> HRESENUMEX>;

Aliased Type§

enum PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM_EX {
    None,
    Some(unsafe extern "system" fn(_: HCLUSTER, _: PCWSTR, _: u32, _: PCWSTR, _: u32, _: u32) -> HRESENUMEX),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HCLUSTER, _: PCWSTR, _: u32, _: PCWSTR, _: u32, _: u32) -> HRESENUMEX)

Some value of type T.