Type Alias LPOPENTNEFSTREAM
pub type LPOPENTNEFSTREAM = Option<unsafe extern "system" fn(lpvsupport: *mut c_void, lpstream: Ref<'_, IStream>, lpszstreamname: *const i8, ulflags: u32, lpmessage: Ref<'_, IMessage>, wkeyval: u16, lpptnef: OutRef<'_, ITnef>) -> HRESULT>;
Aliased Type§
enum LPOPENTNEFSTREAM {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: Ref<'_, IStream>, _: *const i8, _: u32, _: Ref<'_, IMessage>, _: u16, _: OutRef<'_, ITnef>) -> HRESULT),
}