CIM Reference Guide
102 Dell-Defined Classes
};
#pragma namespace ("\\\\.\\Root\\CIMV2\\Dell")
//**************************************
//***Registers omprov Win32 Provider ***
//**************************************
instance of __Win32Provider as $P
{
Name = "omprov";
ClsId = "{EF6540AC-870F-445c-9401-10AAADB45CCF}";
HostingModel = "NetworkServiceHost";
};
instance of __InstanceProviderRegistration
{
Provider = $P;
SupportsGet = "TRUE";
SupportsPut = "FALSE";
SupportsDelete = "FALSE";
SupportsEnumeration = "TRUE";
};
instance of __MethodProviderRegistration
{
Provider = $P;
};
//core.mof
//=====================================
// Using my own MOF instead of inheriting from existing MOFs, for rapid
prototyping.
book.book Page 102 Tuesday, February 26, 2008 9:21 AM