MPCOMPONENT_VERSION structure
Version and update time for an individual component.
typedef struct tagMPCOMPONENT_VERSION {
ULONGLONG Version;
ULARGE_INTEGER UpdateTime;
} MPCOMPONENT_VERSION, *PMPCOMPONENT_VERSION;
-
Version
-
Type: ULONGLONG
-
Version field. Each WORD represents major, minor, build, and revision.
-
UpdateTime
-
Type: ULARGE_INTEGER
-
Last update time of the component, in FILETIME format.
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
|