Changeset 21301 for trunk/include/stats.h
- Timestamp:
- Jun 16, 2009, 3:47:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/stats.h
r7641 r21301 1 1 #ifndef _STATISTICS_H__ 2 2 #define _STATISTICS_H__ 3 4 #include <_ras.h> 3 5 4 6 //Get memory statistics from odincrt … … 18 20 #endif 19 21 20 #if def DEBUG22 #if defined(DEBUG) || defined(RAS) 21 23 void STATS_GetDCEx(HWND hwnd, HDC hdc, HRGN hrgn, ULONG flags); 22 24 void STATS_ReleaseDC(HWND hwnd, HDC hdc); 25 void STATS_InitializeGDI32 (void); 26 void STATS_UninitializeGDI32(void); 23 27 void STATS_DumpStatsGDI32(); 24 28 void STATS_DumpStatsUSER32(); 29 void STATS_InitializeUSER32 (void); 30 void STATS_UninitializeUSER32(void); 25 31 void STATS_CreateFontIndirect(HFONT hFont, LOGFONTA* lplf); 26 32 void STATS_CreateCompatibleDC(HDC hdc, HDC newHdc); … … 61 67 #define STATS_GetDCEx(a, b, c, d) 62 68 #define STATS_ReleaseDC(a,b) 69 #define STATS_InitializeGDI32() 70 #define STATS_UninitializeGDI32() 63 71 #define STATS_DumpStatsGDI32() 64 72 #define STATS_DumpStatsUSER32()
Note:
See TracChangeset
for help on using the changeset viewer.