Home
last modified time | relevance | path

Searched refs:cExpanded (Results 1 – 17 of 17) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl182 uint32 cExpanded;
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl182 uint32 cExpanded;
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl182 uint32 cExpanded;
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl182 uint32 cExpanded;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapidefs.h661 ULONG cExpanded; member
667 …truct _SSortOrderSet_ ## _name { ULONG cSorts; ULONG cCategories; ULONG cExpanded; SSortOrder aSor…
H A Dwabdefs.h663 ULONG cExpanded; member
669 …truct _SSortOrderSet_ ## _name { ULONG cSorts; ULONG cCategories; ULONG cExpanded; SSortOrder aSor…
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapidefs.h661 ULONG cExpanded; member
667 …truct _SSortOrderSet_ ## _name { ULONG cSorts; ULONG cCategories; ULONG cExpanded; SSortOrder aSor…
H A Dwabdefs.h663 ULONG cExpanded; member
669 …truct _SSortOrderSet_ ## _name { ULONG cSorts; ULONG cCategories; ULONG cExpanded; SSortOrder aSor…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabdefs.h663 ULONG cExpanded; member
669 …truct _SSortOrderSet_ ## _name { ULONG cSorts; ULONG cCategories; ULONG cExpanded; SSortOrder aSor…
H A Dmapidefs.h661 ULONG cExpanded; member
667 …truct _SSortOrderSet_ ## _name { ULONG cSorts; ULONG cCategories; ULONG cExpanded; SSortOrder aSor…
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapidefs.h1140 ULONG cExpanded; /* 0 if no categories start expanded, */ member
1155 ULONG cExpanded; \
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/pidl/mapi/
H A Dmapi.idl632 // uint16 cExpanded;
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/pidl/mapi/
H A Dmapi.idl632 // uint16 cExpanded;
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/pidl/mapi/
H A Dmapi.idl632 // uint16 cExpanded;
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/pidl/mapi/
H A Dmapi.idl632 // uint16 cExpanded;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs1242 pub cExpanded: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs5549 pub cExpanded: u32, field
5560 …Sorts).field("cCategories", &self.cCategories).field("cExpanded", &self.cExpanded).field("aSort", … in fmt()
5565 …other.cSorts && self.cCategories == other.cCategories && self.cExpanded == other.cExpanded && self… in eq()