Struct windows_sys::Win32::Media::Speech::SPRULE
#[repr(C)]pub struct SPRULE {
pub pszRuleName: PCWSTR,
pub ulRuleId: u32,
pub dwAttributes: u32,
}Expand description
Required features: "Win32_Media_Speech"
Fields§
§pszRuleName: PCWSTR§ulRuleId: u32§dwAttributes: u32