Type Alias windows::Win32::NetworkManagement::WNet::PF_NPSearchDialog

pub type PF_NPSearchDialog = Option<unsafe extern "system" fn(hwndparent: HWND, lpnetresource: *const NETRESOURCEW, lpbuffer: *mut c_void, cbbuffer: u32, lpnflags: *mut u32) -> u32>;

Aliased Type§

enum PF_NPSearchDialog {
    None,
    Some(unsafe extern "system" fn(_: HWND, _: *const NETRESOURCEW, _: *mut c_void, _: u32, _: *mut u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HWND, _: *const NETRESOURCEW, _: *mut c_void, _: u32, _: *mut u32) -> u32)

Some value of type T.