MI_ParameterSet_GetParameterAt function (mi.h)
Gets a method's parameter information at the specified index.
Syntax
MI_INLINE MI_Result MI_ParameterSet_GetParameterAt(
[in] const MI_ParameterSet *self,
MI_Uint32 index,
const MI_Char **name,
[out] MI_Type *parameterType,
MI_Char **referenceClass,
[out] MI_QualifierSet *qualifierSet
);
Parameters
[in] self
MI_ParameterSet structure.
index
Zero-based index of the parameter.
name
Returned parameter name.
[out] parameterType
Returned parameter type.
referenceClass
Returned reference class.
[out] qualifierSet
Returned qualifier set of the parameter.
Return value
This function returns MI_INLINE MI_Result.
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 |