IXtfApplicationClient::Resume Method

Resumes execution of the app with the specified package moniker.

Syntax

public:
HRESULT Resume(
         LPCWSTR pszPackageMoniker
)  

Parameters

pszPackageMoniker
Type: LPCWSTR 

Pointer to the package moniker of the app to resume.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfapplication.h.

Library: Use xtfapplication.lib.

See also

Reference

IXtfApplicationClient Interface

IXtfApplicationClient Members

XtfApplication