Home
last modified time | relevance | path

Searched defs:StrCpyW (Results 1 – 3 of 3) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrsafe.h1988 #define StrCpyW StrCpyW_instead_use_StringCbCopyW_or_StringCchCopyW; macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrsafe.h1988 #define StrCpyW StrCpyW_instead_use_StringCbCopyW_or_StringCchCopyW; macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs1167 …pub fn StrCpyW(psz1: super::super::Foundation::PWSTR, psz2: super::super::Foundation::PWSTR) -> su… in StrCpyW() function