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§
pub enum LPOPENTNEFSTREAM {
None,
Some(unsafe extern "system" fn(*mut c_void, Ref<'_, IStream>, *const i8, u32, Ref<'_, IMessage>, u16, OutRef<'_, ITnef>) -> HRESULT),
}