MI_Deserializer_Instance_GetClassName function (mi.h)

Gets the class name associated with the serialized instance.

Syntax

MI_INLINE MI_Result MI_Deserializer_Instance_GetClassName(
  [in, out] MI_Deserializer *deserializer,
            MI_Uint8        *serializedBuffer,
            MI_Uint32       serializedBufferLength,
            MI_Char         *className,
  [in, out] MI_Uint32       *classNameLength,
            MI_Instance     **cimErrorDetails
);

Parameters

[in, out] deserializer

The deserializer to carry out the request.

serializedBuffer

The serialized buffer to carry out the request.

serializedBufferLength

The length of the serialized buffer.

className

The output buffer that receives the class name.

[in, out] classNameLength

The length of the class name buffer. After the function has completed, the value indicates how much buffer was used.

cimErrorDetails

A pointer to the details of what went wrong. The object must be deleted with call to the MI_Instance_Delete function.

Return value

A value of the MI_Result enumeration that specifies the function return code. This can be one of the following codes.

Remarks

Not all deserializers can support this call.

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