pub type PF_NPGetPersistentUseOptionsForConnection = Option<unsafe extern "system" fn(lpremotepath: PCWSTR, lpreaduseoptions: *const u8, cbreaduseoptions: u32, lpwriteuseoptions: *mut u8, lpsizewriteuseoptions: *mut u32) -> u32>;

Aliased Type§

enum PF_NPGetPersistentUseOptionsForConnection {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: *const u8, _: u32, _: *mut u8, _: *mut u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.