// %%1.MOF // Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved // Generated by Microsoft WBEM Code Generation Engine // // TO DO: If this class is intended to be created in a namespace // other than the default (root\default), you should add // the #pragma namespace command here. If these classes // are going into your own namespace, consider creating // the namespace here as well. See CIMWIN32.MOF for an // example of how to create a namespace. Also, consider // combining this mof with the mof the defines the class // that this provider provides. // //=================================================================== //************************************************************* //*** Registers Framework Provider *** //************************************************************* instance of __Win32Provider as $P { Name = "%%1"; ClsId = "{%%5}"; }; instance of __InstanceProviderRegistration { Provider = $P; SupportsGet = TRUE; SupportsPut = TRUE; SupportsDelete = TRUE; SupportsEnumeration = TRUE; QuerySupportLevels = {"WQL:UnarySelect"}; }; instance of __MethodProviderRegistration { Provider = $P; }; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The above sequence of tildes must not be removed. This file is included in MOENGINE as a resource, and is not NULL-terminated, requiring a unique substring to identify the end of file.