IDebugPlmClient::LaunchPlmPackageForDebugWide method (dbgeng.h)
Launches a suspended Process Lifecycle Management (PLM) application.
Syntax
HRESULT LaunchPlmPackageForDebugWide(
[in] ULONG64 Server,
[in] ULONG Timeout,
[in] PCWSTR PackageFullName,
[in] PCWSTR AppName,
[in, optional] PCWSTR Arguments,
[out] PULONG ProcessId,
[out] PULONG ThreadId
);
Parameters
[in] Server
The server of the application.
[in] Timeout
A time-out value.
[in] PackageFullName
A pointer to the package name.
[in] AppName
A pointer to the application name.
[in, optional] Arguments
A pointer an arguments string.
[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) |