MAINWND.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- // data type and constant definitions used by mainwnd.c
- #include <pdh.h>
- typedef struct _CounterInfoBlock {
- struct _CounterInfoBlock *pNext;
- TCHAR szCounterPath[MAX_PATH];
- HCOUNTER hCounter;
- PPDH_RAW_COUNTER pCounterArray;
- DWORD dwFirstIndex;
- DWORD dwNextIndex;
- DWORD dwLastIndex;
- PDH_STATISTICS pdhCurrentStats;
- double dLastValue;
- } CIB, *PCIB;
- // global functions found in mainwnd.c
- LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);