Changeset 108 for trunk/include/helpers/winh.h
- Timestamp:
- Oct 13, 2001, 7:57:58 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/winh.h
r106 r108 101 101 #define WinQueryWindowPtr(a,b) winhQueryWindowPtr((a),(b)) 102 102 103 BOOL XWPENTRY winhSetWindowText (HWND hwnd, const char *pcsz);104 #define WinSetWindowText(a,b) winhSetWindowText ((a),(b))103 BOOL XWPENTRY winhSetWindowText2(HWND hwnd, const char *pcsz); 104 #define WinSetWindowText(a,b) winhSetWindowText2((a),(b)) 105 105 106 106 BOOL XWPENTRY winhSetDlgItemText(HWND hwnd, ULONG id, const char *pcsz); … … 758 758 PSZ XWPENTRY winhQueryWindowText(HWND hwnd); 759 759 760 BOOL XWPENTRY winhSetWindowText(HWND hwnd, 761 const char *pcszFormat, 762 ...); 763 760 764 /* 761 765 *@@ winhQueryDlgItemText:
Note:
See TracChangeset
for help on using the changeset viewer.