Searched defs:lpsz (Results 1 – 4 of 4) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wabapi.h | 102 LPTSTR lpsz; member
|
D | mqmail.h | 43 LPSTR lpsz; member
|
D | windowsx.h | 479 #define Static_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument 488 #define Button_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument 500 #define Edit_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument 560 #define ListBox_AddString(hwndCtl,lpsz) ((int)(DWORD)SNDMSG((hwndCtl),LB_ADDSTRING,(LPARAM)0,(LPARA… argument 561 #define ListBox_InsertString(hwndCtl,index,lpsz) ((int)(DWORD)SNDMSG((hwndCtl),LB_INSERTSTRING,(WPA… argument 615 #define ComboBox_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument 625 #define ComboBox_AddString(hwndCtl,lpsz) ((int)(DWORD)SNDMSG((hwndCtl),CB_ADDSTRING,(LPARAM)0,(LPAR… argument 626 #define ComboBox_InsertString(hwndCtl,index,lpsz) ((int)(DWORD)SNDMSG((hwndCtl),CB_INSERTSTRING,(WP… argument
|
D | commctrl.h | 2723 #define ListView_GetISearchString(hwndLV,lpsz) (WINBOOL)SNDMSG((hwndLV),LVM_GETISEARCHSTRING,0,(LPA… argument 3757 #define TreeView_GetISearchString(hwndTV,lpsz) (WINBOOL)SNDMSG((hwndTV),TVM_GETISEARCHSTRING,0,(LPA… argument
|