pub type PCLUSAPI_IS_FILE_ON_CLUSTER_SHARED_VOLUME = Option<unsafe extern "system" fn(lpszpathname: PCWSTR, pbfileisonsharedvolume: *mut BOOL) -> u32>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.