Struct windows_sys::Win32::Media::Speech::SPNORMALIZATIONLIST
#[repr(C)]pub struct SPNORMALIZATIONLIST {
pub ulSize: u32,
pub ppszzNormalizedList: *mut *mut u16,
}
Expand description
Required features: "Win32_Media_Speech"
Fields§
§ulSize: u32
§ppszzNormalizedList: *mut *mut u16