Partager via


XtfShutdownTitleOS

Shuts down the active title and Game OS.

Syntax

HRESULT XXtfShutdownTitleOS(
         PCWSTR address
)  

Parameters

address
Type: PCWSTR

[in] The address of the console.

Return value

Type: HRESULT

Returns S_OK if successful; otherwise, returns an HRESULT error code.

Remarks

This function shuts down both the active title and the Game OS. Unlike the IXtfApplicationClient::Terminate method, this function ignores Fast Iteration Mode and fully terminates both the active title and the Game OS. For more information about Fast Iteration Mode, see Application Management (xbapp.exe) (NDA topic)Autorisation obligatoire and Managing applications and files (NDA topic)Autorisation obligatoire.

Requirements

Header: xtfapi.h

Library: XtfApi.lib

Supported platforms: Windows (for Xbox console tools)

See also

Run from PC Deployment (NDA topic)Autorisation obligatoire
XTF Transport Errors (NDA topic)Autorisation obligatoire
Additional Xtf APIs