IXtfApplicationClient::Launch Method

Launches the app with the specified AUMID and command-line arguments.

Syntax

public:
HRESULT Launch(
         LPCWSTR pszAumid
)  

Parameters

pszAumid
Type: LPCWSTR 

Pointer to a string that contains the AUMID of the app to launch and any command-line arguments, delimited by spaces; for example, “myAumid arg1 arg2 arg3”.

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