public HRESULT GetStatus(SPRECOGNIZERSTATUS *pStatus)
 {
     return(((delegate * unmanaged <ISpRecognizer *, SPRECOGNIZERSTATUS *, int>)(lpVtbl[18]))((ISpRecognizer *)Unsafe.AsPointer(ref this), pStatus));
 }
Ejemplo n.º 2
0
 public int GetStatus([NativeTypeName("SPRECOGNIZERSTATUS *")] SPRECOGNIZERSTATUS *pStatus)
 {
     return(((delegate * unmanaged <ISpRecognizer *, SPRECOGNIZERSTATUS *, int>)(lpVtbl[18]))((ISpRecognizer *)Unsafe.AsPointer(ref this), pStatus));
 }