Changeset 7640 for trunk/include/stats.h
- Timestamp:
- Dec 16, 2001, 4:30:37 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/stats.h
r7638 r7640 21 21 void STATS_GetDCEx(HWND hwnd, HDC hdc, HRGN hrgn, ULONG flags); 22 22 void STATS_ReleaseDC(HWND hwnd, HDC hdc); 23 void STATS_DumpStats(); 23 void STATS_DumpStatsGDI32(); 24 void STATS_DumpStatsUSER32(); 24 25 void STATS_CreateFontIndirect(HFONT hFont, LOGFONTA* lplf); 25 26 void STATS_CreateCompatibleDC(HDC hdc, HDC newHdc); … … 60 61 #define STATS_GetDCEx(a, b, c, d) 61 62 #define STATS_ReleaseDC(a,b) 62 #define STATS_DumpStats() 63 #define STATS_DumpStatsGDI32() 64 #define STATS_DumpStatsUSER32() 63 65 #define STATS_CreateFontIndirect(a,b) 64 66 #define STATS_CreateCompatibleDC(a,b)
Note:
See TracChangeset
for help on using the changeset viewer.