XtfGetTitleOSFourPartVersion
Gets version information about the Game OS for the currently running title.Syntax
Parameters
addressType: PCWSTR [in] The address of the console. flags
Type: UINT32* [out] A bitwise-OR combination of flags that provide additional information about the Game OS. This parameter supports the following flags:
version
Type: FourPartVersion* [out] The four-part version number of the Game OS.
Return value
Type: HRESULT ReturnsS_OK if successful; otherwise, returns an HRESULT error code.
Remarks
Use this function to return version information about the Game OS for the currently running title. If there is no Game OS currently running, an error occurs. You can also use the XtfGetCachedTitleOSVersions function to return version information about other Game OS versions cached on the console. For more information about managing provisioned Game OS files, see Application Management (xbapp.exe) (NDA topic) and Provision (xbprovision.exe) (NDA topic).Requirements
Header: xtfapi.h Library: XtfApi.lib Supported platforms: Windows (for XBOX console tools)See also
Run from PC Deployment (NDA topic)XtfGetPackageFullName
XtfGetAumid
XTF Transport Errors (NDA topic)
Additional Xtf APIs
