25 lines
609 B
Plaintext
25 lines
609 B
Plaintext
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
||
|
//
|
||
|
// File: ntfrs.mof
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
//**************************************************
|
||
|
// *** FRS Service Trace Data Layout
|
||
|
//**************************************************
|
||
|
|
||
|
#pragma namespace ("\\\\.\\Root\\WMI")
|
||
|
|
||
|
[Dynamic,
|
||
|
Description("Windows NT FRS Service"),
|
||
|
Guid("{78a8f0b1-290e-4c4c-9720-c7f1ef68ce21}"),
|
||
|
locale("MS\\0x409")]
|
||
|
class FRS_Trace:EventTrace
|
||
|
{
|
||
|
};
|
||
|
|