Searched refs:vStr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dutilsgui.cpp455 wxString vStr; local
460 ::WinQueryWindowText((HWND)hWnd, lLen, (PSZ)(wxChar*)wxStringBuffer(vStr, lLen));
463 return vStr;
468 wxString vStr; local
475 int nCount = ::WinQueryClassName((HWND)hWnd, nLen, (PSZ)(wxChar*)wxStringBuffer(vStr, nLen));
489 return vStr;
H A Dlistbox.cpp664 wxString vStr(GetString(i));
666 GetTextExtent( vStr, &nLine, NULL );

Completed in 61 milliseconds