MI_Application structure
Represents the initialized infrastructure.
Syntax
typedef struct MI_Application { MI_Uint64 reserved1; ptrdiff_t reserved2; const MI_ApplicationFT *ft; } MI_Application;
Members
- reserved1
-
This member is used internally, and it must not be changed.
- reserved2
-
This member is used internally, and it must not be changed.
- ft
-
This member is used internally, and it must not be changed.
Remarks
This structure can be initialized to MI_APPLICATION_NULL.
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
