- or download this
P:\test>type 275606.pl
#! perl -slw
...
Usage: Win32::GuiTest::GetComboText(hwnd, index) at P:\test\275606.pl
+line 5.
Usage: Win32::GuiTest::GetComboContents(hWnd) at P:\test\275606.pl lin
+e 6.
- or download this
SV*
GetComboText(hwnd, index)
...
RETVAL = GetTextHelper(hwnd, index, CB_GETLBTEXTLEN, CB_GETLBT
+EXT);
OUTPUT:
RETVAL
- or download this
SV*
GetTextHelper(HWND hwnd, int index, UINT lenmsg, UINT textmsg)
...
return sv;
}