MI_Class_Clone function (mi.h)
Clones an MI_Class object.
Syntax
MI_INLINE MI_Result MI_INLINE_CALL MI_Class_Clone(
[in] const MI_Class *self,
MI_Class **newClass
);
Parameters
[in] self
A pointer to the class to be cloned.
newClass
A pointer to a pointer to the newly created class. When you have finished using this class, delete it by calling the MI_Class_Delete function.
Return value
This function returns MI_INLINE MI_Result MI_INLINE_CALL.
Remarks
MI_Class_Clone may not create a whole new class; instead, it may refer to the original class. Each class can be closed independent of the other, but not all of the memory is freed until all references to the class are deleted.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | mi.h |
Redistributable | Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2 |