pub type RasCustomEntryDlgFn = Option<unsafe extern "system" fn(hinstdll: HINSTANCE, lpszphonebook: PCWSTR, lpszentry: PCWSTR, lpinfo: *mut RASENTRYDLGA, dwflags: u32) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.