Home | History | Annotate | Download | only in include

Lines Matching refs:pHeight

1401     virtual HRESULT WINAPI get_Height(OLE_YSIZE_HIMETRIC *pHeight) = 0;
1422 HRESULT (WINAPI *get_Height)(IPicture *This,OLE_YSIZE_HIMETRIC *pHeight);
1445 #define IPicture_get_Height(This,pHeight) (This)->lpVtbl->get_Height(This,pHeight)
1465 HRESULT WINAPI IPicture_get_Height_Proxy(IPicture *This,OLE_YSIZE_HIMETRIC *pHeight);