Skip to main content

WdResumeRemoteGame

Resumes the last game launched in suspended mode with WdLaunchRemoteGame on a remote device.

Syntax

Parameters

_In_z_ remoteDevice
Type: const char*
The hostname or IP address of the remote deviceto resume the game on (e.g., "192.168.1.100" or "MyDevKit").

Return value

Type: HRESULT Returns S_OK if successful; otherwise, returns an error code.

Error codes

Remarks

Use this function to resume the last game that was launched in suspended mode via WdLaunchRemoteGame with WdLaunchMode::Suspended. This is typically done after attaching a debugger to the suspended process.

Requirements

See also

Last modified on August 20, 2026