Skip to main content

WdTerminateRemoteGame

Terminates the last game launched using WdLaunchRemoteGame on a remote device.

Syntax

Parameters

_In_z_ remoteDevice
Type: const char*
The hostname or IP address of the remote device (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 terminate the last game that was launched via WdLaunchRemoteGame. The function waits for the game process to exit.

Requirements

See also

Last modified on August 20, 2026