IDebugPlmClient3::LaunchAndDebugPlmAppWide method (dbgeng.h)

Launches and attaches to a Process Lifecycle Management (PLM) application.

Syntax

HRESULT LaunchAndDebugPlmAppWide(
  [in] ULONG64 Server,
  [in] PCWSTR  PackageFullName,
  [in] PCWSTR  AppName,
  [in] PCWSTR  Arguments
);

Parameters

[in] Server

The server of the application.

[in] PackageFullName

A pointer to the package name.

[in] AppName

A pointer to the application name.

[in] Arguments

A pointer to an arguments string.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

If a debugger session is not already started, this method starts one.

Requirements

Requirement Value
Target Platform Windows
Header dbgeng.h (include Dbgeng.h)

See also

IDebugPlmClient3