Home | History | Annotate | Download | only in include

Lines Matching defs:GetTypeAttr

2049     virtual HRESULT STDMETHODCALLTYPE GetTypeAttr(
2157 HRESULT (STDMETHODCALLTYPE *GetTypeAttr)(
2276 #define ITypeInfo_GetTypeAttr(This,ppTypeAttr) (This)->lpVtbl->GetTypeAttr(This,ppTypeAttr)
2308 return This->lpVtbl->GetTypeAttr(This,ppTypeAttr);
2696 HRESULT (WINAPI *GetTypeAttr)(ITypeInfo2 *This,TYPEATTR **ppTypeAttr);
2739 #define ITypeInfo2_GetTypeAttr(This,ppTypeAttr) (This)->lpVtbl->GetTypeAttr(This,ppTypeAttr)