XtfGetCachedTitleOSVersionsCallback
Callback invoked for each Game OS found by XtfGetCachedTitleOSVersions.Syntax
Parameters
versionType: FourPartVersion [in] The four-part version number of the cached Game OS. flags
Type: UINT32 [in] A bitwise-OR combination of flags that provide additional information about the cached Game OS. This parameter supports the following flags:
context
Type: PVOID [in, optional] A pointer to a context object, passed from
XtfGetCachedTitleOSVersions.
Return value
None.Remarks
This callback is invoked byXtfGetCachedTitleOSVersions for each provisioned Game OS cached on the console. You can use the FourPartVersion specified in version to invoke the XtfRemoveTitleOSFromCacheByVersion or XtfStartTitleOSByVersion functions. 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
XTF Transport Errors (NDA topic)Additional Xtf APIs
