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 | |
GetCategory | |
SetActiveCategory | |
GetActiveCategory | |