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)Autorizzazione obbligatoria and Managing applications and files (NDA topic)Autorizzazione obbligatoria.

Requirements

Header: xtfapi.h

Library: XtfApi.lib

Supported platforms: Windows (for Xbox console tools)

See also

Run from PC Deployment (NDA topic)Autorizzazione obbligatoria
XTF Transport Errors (NDA topic)Autorizzazione obbligatoria
Additional Xtf APIs