MI_UtilitiesFT structure (mi.h)

A support structure used in the MI_ClientFT_V1 structure. Use the functions with the name prefix "MI_Utilities_" to manipulate these structures.

Syntax

typedef struct _MI_UtilitiesFT {
  MI_ErrorCategory()(MI_Char *errorType,MI_Uint32 error) * MapErrorToMiErrorCategory;
  MI_Result(I_Uint32 error, const MI_Char *errorType, const MI_Char *errorMessage,MI_Instance **cimError)        * )(MCimErrorFromErrorCode;
} MI_UtilitiesFT;

Members

MapErrorToMiErrorCategory

This function has been deprecated. See MI_Utilities_MapErrorToMiErrorCategory.

CimErrorFromErrorCode

Maps an operating-system specific error code to a CIM error instance. See MI_Utilities_CimErrorFromErrorCode.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
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