Struct winapi::sapi::ISpeechAudioFormatVtbl [] [src]

pub struct ISpeechAudioFormatVtbl {
    pub parent: IDispatchVtbl,
    pub get_Type: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, AudioFormat: *mut SpeechAudioFormatType) -> HRESULT,
    pub put_Type: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, AudioFormat: SpeechAudioFormatType) -> HRESULT,
    pub get_Guid: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, Guid: *mut BSTR) -> HRESULT,
    pub put_Guid: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, Guid: BSTR) -> HRESULT,
    pub GetWaveFormatEx: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, SpeechWaveFormatEx: *mut *mut ISpeechWaveFormatEx) -> HRESULT,
    pub SetWaveFormatEx: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, SpeechWaveFormatEx: *mut ISpeechWaveFormatEx) -> HRESULT,
}

Fields

parent
get_Type
put_Type
get_Guid
put_Guid
GetWaveFormatEx
SetWaveFormatEx