Home | History | Annotate | Download | only in include

Lines Matching refs:GetThread

2135     virtual HRESULT STDMETHODCALLTYPE GetThread(
2176 HRESULT (STDMETHODCALLTYPE *GetThread)(
2200 #define IDebugStackFrame_GetThread(This,ppat) (This)->lpVtbl->GetThread(This,ppat)
2224 return This->lpVtbl->GetThread(This,ppat);