Home
last modified time | relevance | path

Searched refs:ulFuzzyLevel (Results 1 – 16 of 16) sorted by relevance

/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dwabutil.h120 …L) FPropContainsProp(LPSPropValue lpSPropValueDst,LPSPropValue lpSPropValueSrc,ULONG ulFuzzyLevel);
H A Dmapiutil.h115 …L) FPropContainsProp(LPSPropValue lpSPropValueDst,LPSPropValue lpSPropValueSrc,ULONG ulFuzzyLevel);
H A Dmapidefs.h724 ULONG ulFuzzyLevel; member
H A Dwabdefs.h726 ULONG ulFuzzyLevel; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabutil.h120 …L) FPropContainsProp(LPSPropValue lpSPropValueDst,LPSPropValue lpSPropValueSrc,ULONG ulFuzzyLevel);
H A Dmapiutil.h115 …L) FPropContainsProp(LPSPropValue lpSPropValueDst,LPSPropValue lpSPropValueSrc,ULONG ulFuzzyLevel);
H A Dwabdefs.h726 ULONG ulFuzzyLevel; member
H A Dmapidefs.h724 ULONG ulFuzzyLevel; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabutil.h120 …L) FPropContainsProp(LPSPropValue lpSPropValueDst,LPSPropValue lpSPropValueSrc,ULONG ulFuzzyLevel);
H A Dmapiutil.h115 …L) FPropContainsProp(LPSPropValue lpSPropValueDst,LPSPropValue lpSPropValueSrc,ULONG ulFuzzyLevel);
H A Dmapidefs.h724 ULONG ulFuzzyLevel; member
H A Dwabdefs.h726 ULONG ulFuzzyLevel; member
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapiutil.h554 ULONG ulFuzzyLevel );
H A Dmapidefs.h1235 ULONG ulFuzzyLevel; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs923 pub ulFuzzyLevel: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs4816 pub ulFuzzyLevel: u32, field
4831 …fmt.debug_struct("SContentRestriction").field("ulFuzzyLevel", &self.ulFuzzyLevel).field("ulPropTag… in fmt()
4837 …self.ulFuzzyLevel == other.ulFuzzyLevel && self.ulPropTag == other.ulPropTag && self.lpProp == oth… in eq()