> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WdLaunchOptions

> WdLaunchOptions

# WdLaunchOptions

원격 디바이스에서 게임을 시작하기 위한 옵션을 지정합니다.

## 구문

```cpp theme={null}
struct WdLaunchOptions
{
    WdLaunchMode launchMode;
    const char* commonRootAlias;
};
```

### 멤버

`launchMode`\
형식: **[WdLaunchMode](/reference/remoting/enums/wdlaunchmode)**

게임의 시작 모드입니다. 게임을 즉시 시작하려면 `WdLaunchMode::Immediate`를 사용하고, 일시 중단된 상태로 시작하려면 `WdLaunchMod::Suspended`를 사용합니다(실행 시작 전에 디버거를 연결하는 데 유용함).

`commonRootAlias`\
형식: **const char\***

선택적 공통 루트 별칭입니다. 기본 별칭을 사용하려면 `nullptr`을 전달합니다.

## 설명

이 구조체를 [WdLaunchRemoteGame](/reference/remoting/functions/wdlaunchremotegame)의 `launchOptions` 매개 변수로 전달하여 게임이 시작되는 방식을 제어합니다. `launchOptions`에 `nullptr`이 전달되면 공통 루트 별칭 없이 게임이 즉시 시작됩니다.

## 요구 사항

| 요구 사항       | 값                   |
| ----------- | ------------------- |
| **헤더**      | WdRemoteIteration.h |
| **라이브러리**   | wdremoteapi.lib     |
| **지원 OS**   | Windows 11 이상       |
| **지원 아키텍처** | x64, ARM64          |

## 함께 보기

* [WdLaunchRemoteGame](/reference/remoting/functions/wdlaunchremotegame)
* [WdLaunchMode](/reference/remoting/enums/wdlaunchmode)
* [XBOX PC Remote Iteration API](/reference/remoting/remoteiteration_members)


## Related topics

- [WdLaunchMode](/ko/reference/remoting/enums/wdlaunchmode.md)
- [WdLaunchRemoteGame](/ko/reference/remoting/functions/wdlaunchremotegame.md)
- [XBOX PC Remote Iteration API](/ko/reference/remoting/remoteiteration_members.md)
- [WdCopyOptions](/ko/reference/remoting/structs/wdcopyoptions.md)
- [WdCopySearchOptions](/ko/reference/remoting/structs/wdcopysearchoptions.md)
