Searched defs:lpStr (Results 1 - 1 of 1) sorted by relevance

/httpd/support/win32/
H A DApacheMonitor.c513 static void addListBoxItem(HWND hDlg, LPTSTR lpStr, HBITMAP hBmp) argument
517 nItem = SendMessage(hDlg, LB_ADDSTRING, 0, (LPARAM)lpStr);
522 static void addListBoxString(HWND hListBox, LPTSTR lpStr) argument
535 ListBox_AddString(hListBox, lpStr));

Completed in 34 milliseconds