APPMEMA.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:
Windows编程
开发平台:
Visual C++
- /*++
- Copyright (C) 1995-1997 Microsoft Corporation
- Module Name:
- appmema.h
- Abstract:
- application memory performance counter definitions
- Revision History
- 30 Aug 1995 Bob Watson (a-robw) Created
- --*/
- #ifndef _APPMEMA_H_
- #define _APPMEMA_H_
- #include "..incappmemi.h"
- struct _APPMEM_DATA_HEADER *pDataHeader;
- struct _APPMEM_INSTANCE *pAppData;
- extern HANDLE hAppMemMutex;
- #endif // _APPMEMA_H_