Type Alias windows::Win32::NetworkManagement::WNet::PF_NPGetDirectoryType

pub type PF_NPGetDirectoryType = Option<unsafe extern "system" fn(lpname: PCWSTR, lptype: *const i32, bflushcache: BOOL) -> u32>;

Aliased Type§

enum PF_NPGetDirectoryType {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: *const i32, _: BOOL) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.