pub type PCLUSAPI_OPEN_CLUSTER_RESOURCE_EX = Option<unsafe extern "system" fn(hcluster: HCLUSTER, lpszresourcename: PCWSTR, dwdesiredaccess: u32, lpdwgrantedaccess: *mut u32) -> HRESOURCE>;

Aliased Type§

enum PCLUSAPI_OPEN_CLUSTER_RESOURCE_EX {
    None,
    Some(unsafe extern "system" fn(_: HCLUSTER, _: PCWSTR, _: u32, _: *mut u32) -> HRESOURCE),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.