Macro windows_strings::w
source ยท macro_rules! w { ($s:literal) => { ... }; }
Expand description
A literal UTF-16 wide string with a trailing null terminator.
macro_rules! w { ($s:literal) => { ... }; }
A literal UTF-16 wide string with a trailing null terminator.