Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)Autorisierung erforderlich and Provision (xbprovision.exe) (NDA topic)Autorisierung erforderlich.
Requirements
Header: xtfapi.h
Library: XtfApi.lib
Supported platforms: Windows (for Xbox console tools)
See also
Run from PC Deployment (NDA topic)Autorisierung erforderlich
XTF Transport Errors (NDA topic)Autorisierung erforderlich
Additional Xtf APIs