Struct windows_sys::Win32::Media::Speech::SPPHRASEREPLACEMENT
#[repr(C)]pub struct SPPHRASEREPLACEMENT {
pub bDisplayAttributes: u8,
pub pszReplacementText: PCWSTR,
pub ulFirstElement: u32,
pub ulCountOfElements: u32,
}
Expand description
Required features: "Win32_Media_Speech"
Fields§
§bDisplayAttributes: u8
§pszReplacementText: PCWSTR
§ulFirstElement: u32
§ulCountOfElements: u32