Home
last modified time | relevance | path

Searched refs:szDoc (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dsyslink.c599 SIZE szDoc; in SYSLINK_Render() local
602 szDoc.cx = szDoc.cy = 0; in SYSLINK_Render()
722 if (cbl->rc.right > szDoc.cx) in SYSLINK_Render()
723 szDoc.cx = cbl->rc.right; in SYSLINK_Render()
724 if (cbl->rc.bottom > szDoc.cy) in SYSLINK_Render()
725 szDoc.cy = cbl->rc.bottom; in SYSLINK_Render()
764 pRect->right = pRect->left + szDoc.cx; in SYSLINK_Render()
765 pRect->bottom = pRect->top + szDoc.cy; in SYSLINK_Render()
/reactos/sdk/include/psdk/
H A Doaidl.idl1542 [in] LPOLESTR szDoc);