Home | History | Annotate | Download | only in include

Lines Matching defs:GetFuncDesc

2055     virtual HRESULT STDMETHODCALLTYPE GetFuncDesc(
2165 HRESULT (STDMETHODCALLTYPE *GetFuncDesc)(
2278 #define ITypeInfo_GetFuncDesc(This,index,ppFuncDesc) (This)->lpVtbl->GetFuncDesc(This,index,ppFuncDesc)
2314 return This->lpVtbl->GetFuncDesc(This,index,ppFuncDesc);
2698 HRESULT (WINAPI *GetFuncDesc)(ITypeInfo2 *This,UINT index,FUNCDESC **ppFuncDesc);
2741 #define ITypeInfo2_GetFuncDesc(This,index,ppFuncDesc) (This)->lpVtbl->GetFuncDesc(This,index,ppFuncDesc)