Changeset 48 for trunk/include/helpers
- Timestamp:
- Mar 14, 2001, 7:57:34 PM (24 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/cnrh.h
r46 r48 502 502 ULONG fl); 503 503 504 ULONG cnrhExpandFromRoot(HWND hwndCnr, 505 PRECORDCORE prec); 506 504 507 ULONG cnrhScrollToRecord(HWND hwndCnr, 505 508 PRECORDCORE pRec, -
trunk/include/helpers/dosh.h
r46 r48 237 237 * 238 238 *@@added V0.9.7 (2000-12-02) [umoeller] 239 *@@changed V0.9.9 (2001-03-14) [umoeller]: added interrupt load 239 240 */ 240 241 … … 246 247 PLONG palLoads; 247 248 249 // output: one CPU interrupt load for each CPU 250 PLONG palIntrs; 251 248 252 // each of the following ptrs points to an array of cProcessors items 249 253 PCPUUTIL paCPUUtils; // CPUUTIL structures 250 254 double *padBusyPrev; // previous "busy" calculations 251 255 double *padTimePrev; // previous "time" calculations 256 double *padIntrPrev; // previous "intr" calculations 252 257 253 258 // private stuff -
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.