Type Alias windows_sys::Win32::Devices::Tapi::LPOPENTNEFSTREAMEX

pub type LPOPENTNEFSTREAMEX = Option<unsafe extern "system" fn(lpvsupport: *mut c_void, lpstream: *mut c_void, lpszstreamname: *const i8, ulflags: u32, lpmessage: *mut c_void, wkeyval: u16, lpadressbook: *mut c_void, lpptnef: *mut *mut c_void) -> HRESULT>;

Aliased Type§

enum LPOPENTNEFSTREAMEX {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const i8, _: u32, _: *mut c_void, _: u16, _: *mut c_void, _: *mut *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.