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: IDispatchVtbl get_Type: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, AudioFormat: *mut SpeechAudioFormatType) -> HRESULT put_Type: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, AudioFormat: SpeechAudioFormatType) -> HRESULT get_Guid: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, Guid: *mut BSTR) -> HRESULT put_Guid: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, Guid: BSTR) -> HRESULT GetWaveFormatEx: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, SpeechWaveFormatEx: *mut *mut ISpeechWaveFormatEx) -> HRESULT SetWaveFormatEx: unsafe extern "system" fn(This: *mut ISpeechAudioFormat, SpeechWaveFormatEx: *mut ISpeechWaveFormatEx) -> HRESULT