Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)Authorization required and Managing applications and files (NDA topic)Authorization required.
Requirements
Header: xtfapi.h
Library: XtfApi.lib
Supported platforms: Windows (for Xbox console tools)
See also
Run from PC Deployment (NDA topic)Authorization required
XTF Transport Errors (NDA topic)Authorization required
Additional Xtf APIs