Home
last modified time | relevance | path

Searched refs:cbEntries (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/ole/
H A Dolecore.cpp1666 pDict->cbEntries = elemCount; in AllocDICTIONARY()
1669 for(unsigned long i = 0; i < pDict->cbEntries; i++) { in AllocDICTIONARY()
1687 for(unsigned long i = 0; i < pDict->cbEntries; i++) in DeleteDICTIONARY()
H A Doleprop.h46 DWORD cbEntries; member
H A Doleprops.cpp472 parPropSet->WriteVT_I4(&ppOLEProp[i]->pDict->cbEntries); in Write()
H A Dolestrm.cpp1138 for(i=0; i < pDict->cbEntries; i++, pEntry++) { in ReadDICT_ENTRIES()
1954 for(i=0; i < pDict->cbEntries; i++, pEntry++) { in WriteDICT_ENTRIES()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapidefs.h368 ULONG cbEntries; member
386 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
H A Dwabdefs.h366 ULONG cbEntries; member
384 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapidefs.h368 ULONG cbEntries; member
386 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
H A Dwabdefs.h366 ULONG cbEntries; member
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.h366 ULONG cbEntries; member
384 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
H A Dmapidefs.h368 ULONG cbEntries; member
386 #define CbFLATENTRYLIST(_lplist) (offsetof(FLATENTRYLIST,abEntries) + (_lplist)->cbEntries)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapidefs.h604 ULONG cbEntries; member
622 #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.rs505 pub cbEntries: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs943 pub cbEntries: u32, field
954 …TENTRYLIST").field("cEntries", &self.cEntries).field("cbEntries", &self.cbEntries).field("abEntrie… in fmt()
959 …self.cEntries == other.cEntries && self.cbEntries == other.cbEntries && self.abEntries == other.ab… in eq()