MI_InstanceExFT structure (mi.h)

Extends the MI_InstanceFT structure.

Syntax

typedef struct _MI_InstanceExFT {
  MI_InstanceFT parent;
  MI_Result((MI_Instance **self)    * )Normalize;
} MI_InstanceExFT;

Members

parent

Parent MI_InstanceFT function table.

Normalize

Parses the structure and returns the MI_InstanceFT function table. See MI_Instance_Normalize.

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

See also

MI Structures and Unions