Struct winapi::sapi::ISpeechAudioBufferInfoVtbl [] [src]

pub struct ISpeechAudioBufferInfoVtbl {
    pub parent: IDispatchVtbl,
    pub get_MinNotification: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, MinNotification: *mut c_long) -> HRESULT,
    pub put_MinNotification: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, MinNotification: c_long) -> HRESULT,
    pub get_BufferSize: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, BufferSize: *mut c_long) -> HRESULT,
    pub put_BufferSize: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, BufferSize: c_long) -> HRESULT,
    pub get_EventBias: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, EventBias: *mut c_long) -> HRESULT,
    pub put_EventBias: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, EventBias: c_long) -> HRESULT,
}

Fields

parent: IDispatchVtbl get_MinNotification: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, MinNotification: *mut c_long) -> HRESULT put_MinNotification: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, MinNotification: c_long) -> HRESULT get_BufferSize: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, BufferSize: *mut c_long) -> HRESULT put_BufferSize: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, BufferSize: c_long) -> HRESULT get_EventBias: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, EventBias: *mut c_long) -> HRESULT put_EventBias: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, EventBias: c_long) -> HRESULT