27 lines
572 B
C
27 lines
572 B
C
/*++
|
|
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
PARTICULAR PURPOSE.
|
|
|
|
Copyright (C) 1995 - 2000. Microsoft Corporation. All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
appmema.h
|
|
|
|
Abstract:
|
|
|
|
application memory performance counter definitions
|
|
|
|
--*/
|
|
#ifndef _APPMEMA_H_
|
|
#define _APPMEMA_H_
|
|
|
|
#include "..\inc\appmemi.h"
|
|
|
|
struct _APPMEM_DATA_HEADER * pDataHeader;
|
|
struct _APPMEM_INSTANCE * pAppData;
|
|
|
|
#endif // _APPMEMA_H_
|