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

Aliased Type§

enum LPOPENTNEFSTREAM {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: Option<IStream>, _: *const i8, _: u32, _: Option<IMessage>, _: u16, _: *mut Option<ITnef>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: Option<IStream>, _: *const i8, _: u32, _: Option<IMessage>, _: u16, _: *mut Option<ITnef>) -> HRESULT)

Some value of type T.