macro_rules! h {
($s:literal) => { ... };
}
Expand description
A literal HSTRING, length-prefixed wide string with a trailing null terminator.
macro_rules! h {
($s:literal) => { ... };
}
A literal HSTRING, length-prefixed wide string with a trailing null terminator.