25 lines
467 B
C
25 lines
467 B
C
|
/*++
|
||
|
|
||
|
Copyright (C) 1999-2001 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
// HiPerfServer.h: interface for the CHiPerfServer class.
|
||
|
//
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef _HIPERFSERVER_H_
|
||
|
#define _HIPERFSERVER_H_
|
||
|
|
||
|
// {2C45361C-74EE-11d2-B339-00105A1469B7}
|
||
|
const CLSID CLSID_ContinousProvider_v1 = {0x2c45361c, 0x74ee, 0x11d2, 0xb3, 0x39, 0x0, 0x10, 0x5a, 0x14, 0x69, 0xb7};
|
||
|
|
||
|
|
||
|
#endif // _HIPERFSERVER_H_
|