pub type DOT11EXTIHV_ONEX_INDICATE_RESULT = Option<unsafe extern "system" fn(hihvextadapter: HANDLE, msonexresult: DOT11_MSONEX_RESULT, pdot11msonexresultparams: *const DOT11_MSONEX_RESULT_PARAMS) -> u32>;
Expand description

Required features: "Win32_Foundation", "Win32_Security_ExtensibleAuthenticationProtocol"

Aliased Type§

enum DOT11EXTIHV_ONEX_INDICATE_RESULT {
    None,
    Some(unsafe extern "system" fn(_: isize, _: i32, _: *const DOT11_MSONEX_RESULT_PARAMS) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.