APPMEMA.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /*++
  2. Copyright (C) 1995-1997 Microsoft Corporation
  3. Module Name:
  4.     appmema.h
  5. Abstract:
  6.     application memory performance counter definitions
  7. Revision History
  8.     30 Aug 1995     Bob Watson (a-robw)     Created
  9. --*/
  10. #ifndef _APPMEMA_H_
  11. #define _APPMEMA_H_
  12. #include "..incappmemi.h"
  13. struct  _APPMEM_DATA_HEADER *pDataHeader;
  14. struct  _APPMEM_INSTANCE    *pAppData;
  15. extern  HANDLE  hAppMemMutex;
  16. #endif // _APPMEMA_H_