Searched refs:hdcIn (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/oleaut32/ |
H A D | olepicture.c | 802 HDC hdcIn, in OLEPictureImpl_SelectPicture() argument 807 TRACE("(%p)->(%p, %p, %p)\n", This, hdcIn, phdcOut, phbmpOut); in OLEPictureImpl_SelectPicture() 812 if (hdcIn) SelectObject(hdcIn,This->desc.u.bmp.hbitmap); in OLEPictureImpl_SelectPicture() 813 This->hDCCur = hdcIn; in OLEPictureImpl_SelectPicture()
|
/reactos/dll/win32/olepro32/ |
H A D | olepro.idl | 219 HRESULT SelectPicture([in] int hdcIn,
|
/reactos/sdk/include/psdk/ |
H A D | stdole2.idl | 336 HRESULT SelectPicture([in] int hdcIn,
|