????

Your IP : 3.16.89.150


Current Path : C:/Windows/System32/wbem/en-US/
Upload File :
Current File : C:/Windows/System32/wbem/en-US/regprov.mfl

��#pragma autorecover

#pragma namespace("\\\\.\\root\\Microsoft\\Windows\\ManagementTools")

instance of __namespace{ name="MS_409";};

#pragma namespace("\\\\.\\root\\Microsoft\\Windows\\ManagementTools\\MS_409")



[Version("2.19.0") : Amended,Description("ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class CIM_ManagedElement

{

  [Description("InstanceID is an optional property that may be used to opaquely and uniquely identify an instance of this class within the scope of the instantiating Namespace. Various subclasses of this class may override this property to make it required, or a key. Such subclasses may also modify the preferred algorithms for ensuring uniqueness that are defined below.\nTo ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following \"preferred\" algorithm: \n<OrgID>:<LocalID> \nWhere <OrgID> and <LocalID> are separated by a colon (:), and where <OrgID> must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness, <OrgID> must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between <OrgID> and <LocalID>. \n<LocalID> is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If not null and the above \"preferred\" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. \nIf not set to null for DMTF-defined instances, the \"preferred\" algorithm must be used with the <OrgID> set to CIM.") : Amended ToSubclass] string InstanceID;

  [Description("The Caption property is a short textual description (one- line string) of the object.") : Amended ToSubclass] string Caption;

  [Description("The Description property provides a textual description of the object.") : Amended ToSubclass] string Description;

  [Description("A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. \nNote that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class.") : Amended ToSubclass] string ElementName;

};



[Description("Abstract base class for registry objects.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class MSFT_MTRegistryObject : CIM_ManagedElement

{

  [key,Description("The unique name of the registry object.") : Amended ToSubclass] string Name;

};



[Description("Represents a registry value.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class MSFT_MTRegistryValue : MSFT_MTRegistryObject

{

  [Values{"None", "String", "ExpandString", "Binary", "DwordLittleEndian", "DwordBigEndian", "Link", "MultiString", "ResourceList", "ResourceDescriptor", "ResourceRequirementsList", "QwordLittleEndian"} : Amended ToSubclass,Description("The type of data contained in the registry value.") : Amended ToSubclass] uint32 Type;

  [Values{"OK", "RawBinary", "Invalid", "LargeExceeded"} : Amended ToSubclass,Description("The status of data contained in the registry value.") : Amended ToSubclass] uint16 Status;

  [Description("Renames the registry object.") : Amended ToSubclass] uint32 Rename([In,Description("The fully qualified new name of the object.") : Amended ToSubclass] string NewName,[Out,Description("The new object with the new path.") : Amended ToSubclass] MSFT_MTRegistryValue Result);

  [Description("Gets the registry value object.") : Amended ToSubclass] uint32 GetValue([In,Description("The unique name of the registry value object.") : Amended ToSubclass] string Name,[Out,Description("The registry value object.") : Amended ToSubclass] MSFT_MTRegistryValue Result);

};



[Description("Represent the binary registry data.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class MSFT_MTRegistryBinary : MSFT_MTRegistryValue

{

  [Description("Binary data of the registry value.") : Amended ToSubclass] uint8 Data[];

};



[Description("Represent the 32-bit registry data.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class MSFT_MTRegistryDword : MSFT_MTRegistryValue

{

  [Description("32-bit integer data of the registry value.") : Amended ToSubclass] uint32 Data;

};



[Description("Represent a registry key.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class MSFT_MTRegistryKey : MSFT_MTRegistryObject

{

  [Description("The number of sub keys under this key.") : Amended ToSubclass] uint32 SubKeyCount;

  [Description("The number of sub values under this key.") : Amended ToSubclass] uint32 ValueCount;

  [Description("The timestamp at which this key was last modified.") : Amended ToSubclass] datetime Modified;

  [Description("Get child registry keys.") : Amended ToSubclass] uint32 GetSubKeys([Out,Description("The child key objects.") : Amended ToSubclass] MSFT_MTRegistryKey Results[]);

  [Description("Get child registry values.") : Amended ToSubclass] uint32 GetValues([Out,Description("The child value objects.") : Amended ToSubclass] MSFT_MTRegistryValue Results[]);

  [Description("Renames the registry object.") : Amended ToSubclass] uint32 Rename([In,Description("The fully qualified new name of the object.") : Amended ToSubclass] string NewName,[Out,Description("The new object with the new path.") : Amended ToSubclass] MSFT_MTRegistryKey Result);

  [Description("Gets the registry key object.") : Amended ToSubclass] uint32 GetKey([In,Description("The unique name of the registry key object.") : Amended ToSubclass] string Name,[Out,Description("The registry key object.") : Amended ToSubclass] MSFT_MTRegistryKey Result);

};



[Description("Represent the multi string registry data.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class MSFT_MTRegistryMultiString : MSFT_MTRegistryValue

{

  [Description("Multi string data of the registry value.") : Amended ToSubclass] string Data[];

};



[Description("Represent the 64-bit registry data.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class MSFT_MTRegistryQword : MSFT_MTRegistryValue

{

  [Description("64-bit integer data of the registry value.") : Amended ToSubclass] uint64 Data;

};



[Description("Represent the string registry data.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class MSFT_MTRegistryString : MSFT_MTRegistryValue

{

  [Description("String data of the registry value.") : Amended ToSubclass] string Data;

};



[Description("Encapsulates different tasks exposed by registry.") : Amended ToSubclass,AMENDMENT, LOCALE("MS_409")] 

class MSFT_MTRegistryTasks

{

  [Description("Searches the specified string in registry tree represented by the root registry key.") : Amended ToSubclass] uint32 Search([In,Description("The text to search.") : Amended ToSubclass] string Value,[In,Description("The name of root registry key to search under it.") : Amended ToSubclass] string KeyName,[In,BitValues{"SearchKeys", "SeachValues", "SearchData", "CaseInsensitive", "PartOrWholeString"} : Amended ToSubclass,Description("Miscellaneous search options. At default, all options are enabled.") : Amended ToSubclass] uint8 Options,[Out,Description("The search results.") : Amended ToSubclass] MSFT_MTRegistryObject Results[]);

};