macro_rules! pcstr {
($s:expr) => { ... };
}Expand description
Convert a string to a zero-terminated windows::core::PCSTR string.
macro_rules! pcstr {
($s:expr) => { ... };
}Convert a string to a zero-terminated windows::core::PCSTR string.