MI_ParameterSetFT structure (mi.h)

A support structure used in the MI_ParameterSet structure. Use the functions with the name prefix MI_ParameterSet_ to manipulate these structures.

Syntax

typedef struct _MI_ParameterSetFT {
  MI_Result(const MI_ParameterSet *self,MI_Type *returnType,MI_QualifierSet *qualifierSet) * )(GetMethodReturnType;
  MI_Result((const MI_ParameterSet *self,MI_Uint32 *count) * )GetParameterCount;
  MI_Result(t MI_ParameterSet *self,MI_Uint32 index, const MI_Char **name,MI_Type *parameterType,MI_Char **referenceClass,MI_QualifierSet *qualifierSet) * )(consGetParameterAt;
  MI_Result(t MI_ParameterSet *self, const MI_Char *name,MI_Type *parameterType,MI_Char **referenceClass,MI_QualifierSet *qualifierSet,MI_Uint32 *index) * )(consGetParameter;
} MI_ParameterSetFT;

Members

GetMethodReturnType

Gets the method return type and qualifier set for a specified parameter set. See MI_ParameterSet_GetMethodReturnType.

GetParameterCount

Gets the number of parameters in a parameter set. See MI_ParameterSet_GetParameterCount.

GetParameterAt

Gets a method's parameter information at the specified index. See MI_ParameterSet_GetParameterAt.

GetParameter

Gets a method's parameter information based on a parameter name. See MI_ParameterSet_GetParameter.

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