You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
838 B
30 lines
838 B
/////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright(C) 1999-2000 Microsoft Corporation all rights reserved.
|
|
//
|
|
// Module: appmgr.mof
|
|
//
|
|
// Description: Appliance Manager WMI classes
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////
|
|
|
|
#pragma namespace("\\\\.\\ROOT\\CIMV2")
|
|
|
|
//////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Server Appliance Resource Event Classes
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////
|
|
|
|
instance of __Win32Provider as $P
|
|
{
|
|
Name = "SADiskEventProvider";
|
|
CLSID = "{29D534E2-ADCA-45f8-B10C-00B286558C4B}";
|
|
};
|
|
|
|
|
|
instance of __EventProviderRegistration
|
|
{
|
|
provider = $P;
|
|
EventQueryList = { "select * from Microsoft_SA_ResourceEvent" };
|
|
};
|