Home
last modified time | relevance | path

Searched refs:FLATENTRYLIST (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.h370 } FLATENTRYLIST,*LPFLATENTRYLIST; typedef
385 #define CbNewFLATENTRYLIST(_cb) (offsetof(FLATENTRYLIST,abEntries) + (_cb))
386 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
H A Dwabdefs.h368 } FLATENTRYLIST,*LPFLATENTRYLIST; typedef
383 #define CbNewFLATENTRYLIST(_cb) (offsetof(FLATENTRYLIST,abEntries) + (_cb))
384 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapidefs.h370 } FLATENTRYLIST,*LPFLATENTRYLIST; typedef
385 #define CbNewFLATENTRYLIST(_cb) (offsetof(FLATENTRYLIST,abEntries) + (_cb))
386 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
H A Dwabdefs.h368 } FLATENTRYLIST,*LPFLATENTRYLIST; typedef
383 #define CbNewFLATENTRYLIST(_cb) (offsetof(FLATENTRYLIST,abEntries) + (_cb))
384 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabdefs.h368 } FLATENTRYLIST,*LPFLATENTRYLIST; typedef
383 #define CbNewFLATENTRYLIST(_cb) (offsetof(FLATENTRYLIST,abEntries) + (_cb))
384 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
H A Dmapidefs.h370 } FLATENTRYLIST,*LPFLATENTRYLIST; typedef
385 #define CbNewFLATENTRYLIST(_cb) (offsetof(FLATENTRYLIST,abEntries) + (_cb))
386 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs503 pub struct FLATENTRYLIST { struct
508 impl ::core::marker::Copy for FLATENTRYLIST {} argument
509 impl ::core::clone::Clone for FLATENTRYLIST { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapidefs.h606 } FLATENTRYLIST, FAR *LPFLATENTRYLIST; typedef
621 #define CbNewFLATENTRYLIST(_cb) (offsetof(FLATENTRYLIST,abEntries) + (_cb))
622 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs941 pub struct FLATENTRYLIST { struct
946 impl FLATENTRYLIST {} argument
947 impl ::std::default::Default for FLATENTRYLIST { implementation
952 impl ::std::fmt::Debug for FLATENTRYLIST { implementation
957 impl ::std::cmp::PartialEq for FLATENTRYLIST { implementation
962 impl ::std::cmp::Eq for FLATENTRYLIST {} implementation
963 unsafe impl ::windows::runtime::Abi for FLATENTRYLIST { implementation