IDebugPlmClient2::LaunchPlmBgTaskForDebugWide method (dbgeng.h)

Launches a suspended Process Lifecycle Management (PLM) background task.

Syntax

HRESULT LaunchPlmBgTaskForDebugWide(
  [in]  ULONG64 Server,
  [in]  ULONG   Timeout,
  [in]  PCWSTR  PackageFullName,
  [in]  PCWSTR  BackgroundTaskId,
  [out] PULONG  ProcessId,
  [out] PULONG  ThreadId
);

Parameters

[in] Server

The server of the task.

[in] Timeout

A time-out value.

[in] PackageFullName

A pointer to the package name.

[in] BackgroundTaskId

A pointer to the task ID.

[out] ProcessId

A pointer to a process ID output.

[out] ThreadId

A pointer to a thread ID output.

Return value

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

Requirements

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

See also

IDebugPlmClient2