Compartir a través de


IXtfApplicationClient::Resume

Resumes execution of the app with the specified package moniker.

Syntax

public:
HRESULT Resume(
         LPCWSTR pszPackageMoniker
)  

Parameters

pszPackageMoniker
Type: LPCWSTR

A pointer to the package moniker of the app to resume.

Return value

Type: HRESULT

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

Remarks

This method resumes execution of all processes for the app with the specified package moniker. This method is similar to the xbapp resume command from the Application Management (xbapp.exe) tool, included as part of the Xbox Tools Framework (XTF). For more information about the xbapp resume command, see Application Management (xbapp.exe) (NDA topic)Requiere autorización.

Use this method to resume an app previously suspended by either invoking the IXtfApplicationClient::Suspend method or calling the xbapp suspend command from the Application Management tool. For more information about game life cycle states, see Xbox Game Life Cycle (NDA topic)Requiere autorización.

Requirements

Header: xtfapplication.h

Library: xtfapplication.lib

Supported platforms: Windows (for Xbox console tools)

See also

IXtfApplicationClient Interface
XtfApplication