j
k
j a
j l
On Tue, 6 Dec 2016 08:37:32 +0100 Hadrien Boizard h.boizard@gmail.com wrote:
DrawTextW(hdc, pszText, iCharCount, &rt, dwTextFlags|DT_CALCRECT); if(!pExtentRect) return E_POINTER; *pExtentRect = rt;
DrawTextW(hdc, pszText, iCharCount, &rt, dwTextFlags|DT_CALCRECT);
return E_POINTER;
This needs a test.
Back to the thread
Back to the list