Changeset 48 for trunk/include/helpers/winh.h
- Timestamp:
- Mar 14, 2001, 7:57:34 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/winh.h
r46 r48 105 105 /* ****************************************************************** 106 106 * 107 * Rectangle helpers 108 * 109 ********************************************************************/ 110 111 VOID XWPENTRY winhOffsetRect(PRECTL prcl, LONG lx, LONG ly); 112 113 /* ****************************************************************** 114 * 107 115 * Menu helpers 108 116 * … … 689 697 PHWND phwndClient); 690 698 691 HWND winhCreateObjectWindow(const char *pcszWindowClass, 692 PVOID pvCreateParam); 699 HWND XWPENTRY winhCreateObjectWindow(const char *pcszWindowClass, 700 PVOID pvCreateParam); 701 702 HWND XWPENTRY winhCreateControl(HWND hwndParentAndOwner, 703 const char *pcszClass, 704 const char *pcszText, 705 ULONG ulStyle, 706 ULONG ulID); 693 707 694 708 VOID XWPENTRY winhRepaintWindows(HWND hwndParent);
Note:
See TracChangeset
for help on using the changeset viewer.