IXtfApplicationClient::Terminate Method

Terminates the app with the specified package moniker.

Syntax

public:
HRESULT Terminate(
         LPCWSTR pszPackageMoniker
)  

Parameters

pszPackageMoniker
Type: LPCWSTR 

Pointer to the package moniker of the app to terminate.

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