Struct winapi::sapi::ISpRecognizer3Vtbl [] [src]

pub struct ISpRecognizer3Vtbl {
    pub parent: IUnknownVtbl,
    pub GetCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, categoryType: SPCATEGORYTYPE, ppCategory: *mut *mut ISpRecoCategory) -> HRESULT,
    pub SetActiveCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, pCategory: *mut ISpRecoCategory) -> HRESULT,
    pub GetActiveCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, ppCategory: *mut *mut ISpRecoCategory) -> HRESULT,
}

Fields

parent: IUnknownVtbl GetCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, categoryType: SPCATEGORYTYPE, ppCategory: *mut *mut ISpRecoCategory) -> HRESULT SetActiveCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, pCategory: *mut ISpRecoCategory) -> HRESULT GetActiveCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, ppCategory: *mut *mut ISpRecoCategory) -> HRESULT