Home
last modified time | relevance | path

Searched refs:MTSID (Results 1 – 9 of 9) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapidefs.h375 } MTSID,*LPMTSID; typedef
387 #define CbNewMTSID(_cb) (offsetof(MTSID,ab) + (_cb))
388 #define CbMTSID(_lpentry) (offsetof(MTSID,ab) + (_lpentry)->cb)
H A Dwabdefs.h373 } MTSID,*LPMTSID; typedef
385 #define CbNewMTSID(_cb) (offsetof(MTSID,ab) + (_cb))
386 #define CbMTSID(_lpentry) (offsetof(MTSID,ab) + (_lpentry)->cb)
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapidefs.h375 } MTSID,*LPMTSID; typedef
387 #define CbNewMTSID(_cb) (offsetof(MTSID,ab) + (_cb))
388 #define CbMTSID(_lpentry) (offsetof(MTSID,ab) + (_lpentry)->cb)
H A Dwabdefs.h373 } MTSID,*LPMTSID; typedef
385 #define CbNewMTSID(_cb) (offsetof(MTSID,ab) + (_cb))
386 #define CbMTSID(_lpentry) (offsetof(MTSID,ab) + (_lpentry)->cb)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabdefs.h373 } MTSID,*LPMTSID; typedef
385 #define CbNewMTSID(_cb) (offsetof(MTSID,ab) + (_cb))
386 #define CbMTSID(_lpentry) (offsetof(MTSID,ab) + (_lpentry)->cb)
H A Dmapidefs.h375 } MTSID,*LPMTSID; typedef
387 #define CbNewMTSID(_cb) (offsetof(MTSID,ab) + (_cb))
388 #define CbMTSID(_lpentry) (offsetof(MTSID,ab) + (_lpentry)->cb)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs734 pub struct MTSID { struct
738 impl ::core::marker::Copy for MTSID {} argument
739 impl ::core::clone::Clone for MTSID { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapidefs.h611 } MTSID, FAR *LPMTSID; typedef
623 #define CbNewMTSID(_cb) (offsetof(MTSID,ab) + (_cb))
624 #define CbMTSID(_lpentry) (offsetof(MTSID,ab) + (_lpentry)->cb)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs4339 pub struct MTSID { struct
4343 impl MTSID {} argument
4344 impl ::std::default::Default for MTSID { implementation
4349 impl ::std::fmt::Debug for MTSID { implementation
4354 impl ::std::cmp::PartialEq for MTSID { implementation
4359 impl ::std::cmp::Eq for MTSID {} implementation
4360 unsafe impl ::windows::runtime::Abi for MTSID { implementation