RasCustomEntryDlgFn

Type Alias RasCustomEntryDlgFn 

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

Aliased Type§

pub enum RasCustomEntryDlgFn {
    None,
    Some(unsafe extern "system" fn(HINSTANCE, PCWSTR, PCWSTR, *mut RASENTRYDLGA, u32) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(HINSTANCE, PCWSTR, PCWSTR, *mut RASENTRYDLGA, u32) -> BOOL)

Some value of type T.