WdLaunchOptions
Specifies options for launching a game on a remote device.Syntax
Members
launchModeType: WdLaunchMode The launch mode for the game. Use
WdLaunchMode::Immediate to start the game immediately, or WdLaunchMod::Suspended to start it in a suspended state (useful for attaching a debugger before execution begins).
commonRootAliasType: const char* An optional common root alias. Pass
nullptr to use the default alias.
Remarks
Pass this structure to WdLaunchRemoteGame via thelaunchOptions parameter to control how the game is launched. If nullptr is passed for launchOptions, the game is launched immediately with no common root alias.
