24 lines
274 B
Plaintext
24 lines
274 B
Plaintext
|
/*++
|
||
|
|
||
|
Copyright (c) 1998 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
perffrs.acf
|
||
|
|
||
|
Abstract:
|
||
|
Define the PERFMON rpc interface.
|
||
|
|
||
|
Author:
|
||
|
Rohan Kumar 24-Sept-98
|
||
|
|
||
|
Environment
|
||
|
User mode winnt
|
||
|
|
||
|
--*/
|
||
|
[
|
||
|
explicit_handle /* explicit binding method */
|
||
|
]
|
||
|
interface PerfFrs
|
||
|
{
|
||
|
}
|