FourPartVersion
The four-part version number of a Game OS.
Syntax
typedef struct FourPartVersion
{
UINT32 MajorVersion;
UINT32 MinorVersion;
UINT32 BuildVersion;
UINT32 RevisionVersion;
} FourPartVersion;
Members
MajorVersion
Type: UINT32
The major version number of a Game OS.
MinorVersion
Type: UINT32
The minor version number of a Game OS.
BuildVersion
Type: UINT32
The build number of a Game OS.
RevisionVersion
Type: UINT32
The revision number of a Game OS.
Remarks
This structure represents the four-part version number for a Game OS. XtfGetTitleOSFourPartVersion, XtfStartTitleOSByVersion, and XtfRemoveTitleOSFromCacheByVersion functions use this structure to identify a Game OS. For more information about managing provisioned Game OS, see Application Management (xbapp.exe) (NDA topic)Authorization required and Provision (xbprovision.exe) (NDA topic)Authorization required.
Requirements
Header: xtfapi.h
Library: XtfApi.lib
Supported platforms: Windows (for Xbox console tools)
See also
Run from PC Deployment (NDA topic)Authorization required
XTF Transport Errors (NDA topic)Authorization required
Additional Xtf APIs