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
get_MinNotification
put_MinNotification
get_BufferSize
put_BufferSize
get_EventBias
put_EventBias