Struct windows_sys::Win32::Media::Speech::SPRECORESULTTIMES
#[repr(C)]pub struct SPRECORESULTTIMES {
pub ftStreamTime: FILETIME,
pub ullLength: u64,
pub dwTickCount: u32,
pub ullStart: u64,
}
Expand description
Required features: "Win32_Media_Speech"
, "Win32_Foundation"
Fields§
§ftStreamTime: FILETIME
§ullLength: u64
§dwTickCount: u32
§ullStart: u64