MI_Real32AField structure
Represents a property inside an MI_Instance structure.
Syntax
typedef struct _MI_Real32AField { MI_Real32A value; MI_Boolean exists; MI_Uint8 flags; } MI_Real32AField;
Members
- value
-
A field of type MI_Real32A.
- exists
-
Indicates whether the field is non-null. Can be set to MI_TRUE or MI_FALSE.
- flags
-
Bit flags indicating memory management policy.
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Redistributable | Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2 |
|
Header |
|
Build date: 12/6/2012
