Launches the app with the specified AUMID and command-line arguments.
public:
HRESULT Launch(
LPCWSTR pszAumid
)
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”.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfapplication.h.
Library: Use xtfapplication.lib.