Home
last modified time | relevance | path

Searched defs:StrCmpLogicalW (Results 1 – 2 of 2) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Native/
H A DNativeMethods.cs196 private static extern int StrCmpLogicalW(string x, string y); in StrCmpLogicalW() method in KeePassLib.Native.NativeMethods
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs1145 …pub fn StrCmpLogicalW(psz1: super::super::Foundation::PWSTR, psz2: super::super::Foundation::PWSTR… in StrCmpLogicalW() function