Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Contains properties that are common to the MI_PropertyDecl MI_ParameterDecl and MI_MethodDecl structures.
Syntax
typedef struct _MI_FeatureDecl {
MI_Uint32 flags;
MI_Uint32 code;
MI_CONST MI_Char *name;
MI_Qualifier MI_CONST I_CONST * *Mqualifiers;
MI_Uint32 numQualifiers;
} MI_FeatureDecl;
Members
flags
Flags.
code
Hash code: (name[0] << 16) | (name[len-1] << 8) | len */
name
Name of this feature.
qualifiers
Describes metadata for classes, properties, methods, and parameters.
numQualifiers
Length of qualifiers array.
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 |