Home | History | Annotate | Download | only in include

Lines Matching refs:get_Attributes

1410     virtual HRESULT WINAPI get_Attributes(DWORD *pDwAttr) = 0;
1431 HRESULT (WINAPI *get_Attributes)(IPicture *This,DWORD *pDwAttr);
1454 #define IPicture_get_Attributes(This,pDwAttr) (This)->lpVtbl->get_Attributes(This,pDwAttr)