IXtfApplicationClient::Suspend Method

Suspends execution of the app with the specified package moniker.

Syntax

public:
HRESULT Suspend(
         LPCWSTR pszPackageMoniker,
         BOOL fAsDebugger
)  

Parameters

pszPackageMoniker
Type: LPCWSTR 

Pointer to the package moniker of the app to resume.

fAsDebugger
Type: BOOL 

The app is suspended with the specified debugging state. See DebugEnable for a complete explanation of the effects of enabling or disabling debugging.

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