Home | History | Annotate | Download | only in include

Lines Matching refs:pWidth

1400     virtual HRESULT WINAPI get_Width(OLE_XSIZE_HIMETRIC *pWidth) = 0;
1421 HRESULT (WINAPI *get_Width)(IPicture *This,OLE_XSIZE_HIMETRIC *pWidth);
1444 #define IPicture_get_Width(This,pWidth) (This)->lpVtbl->get_Width(This,pWidth)
1463 HRESULT WINAPI IPicture_get_Width_Proxy(IPicture *This,OLE_XSIZE_HIMETRIC *pWidth);