Searched refs:LPSTR_TEXTCALLBACK (Results 1 – 8 of 8) sorted by relevance
861 void add(HWND hparent, HWND htool, LPCTSTR txt=LPSTR_TEXTCALLBACK, LPARAM lparam=0)877 void add(HWND hparent, UINT id, const RECT& rect, LPCTSTR txt=LPSTR_TEXTCALLBACK, LPARAM lparam=0)
358 tvItem.pszText = LPSTR_TEXTCALLBACK; in InsertSubitems()
137 item.pszText = LPSTR_TEXTCALLBACK; in AddEntryToList()
460 item.pszText = LPSTR_TEXTCALLBACK; in AddOrUpdateHwnd()
590 item.pszText = LPSTR_TEXTCALLBACK; in AddProcess()
1062 sInfo.lpszText = LPSTR_TEXTCALLBACK; in CreateToolTip()4189 if(pInsert->item.pszText == LPSTR_TEXTCALLBACK) { in TreeListInsertItem()4687 if(pItem->pszText == LPSTR_TEXTCALLBACK) { in TreeListSetItem()4841 if(pItem->pszText == LPSTR_TEXTCALLBACK) { in TreeListSetItem()5011 if(pExtra->pText == LPSTR_TEXTCALLBACK) { in TreeListGetItem()5012 pItem->pszText = LPSTR_TEXTCALLBACK; in TreeListGetItem()5081 if(pEntry->pText == LPSTR_TEXTCALLBACK) { in TreeListGetItem()5082 pItem->pszText = LPSTR_TEXTCALLBACK; in TreeListGetItem()
796 lvItem.pszText = LPSTR_TEXTCALLBACK; in FileTypesDlg_InsertToLV()
2388 #define LPSTR_TEXTCALLBACK __MINGW_NAME_AW(LPSTR_TEXTCALLBACK) macro