> ## 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.

# APP_LOCAL_DEVICE_ID

> APP_LOCAL_DEVICE_ID

# APP\_LOCAL\_DEVICE\_ID

로컬 입력 디바이스의 루트 ID를 지정합니다.

## 구문

```cpp theme={null}
typedef struct APP_LOCAL_DEVICE_ID {  
    BYTE value[APP_LOCAL_DEVICE_ID_SIZE];  
} APP_LOCAL_DEVICE_ID  
```

### 멤버

*value*\
형식: BYTE\[APP\_LOCAL\_DEVICE\_ID\_SIZE]

로컬 입력 디바이스의 루트 ID입니다.

## 설명

[IGameInput::FindDeviceFromId](/reference/input/gameinput/interfaces/igameinput/methods/igameinput_finddevicefromid) 메서드는 APP\_LOCAL\_DEVICE\_ID 상수에 대한 포인터를 사용하여 DeviceID를 기반으로 디바이스를 검색합니다.

[XInputGetDeviceId](/reference/input/xinputongameinput/functions/xinputgetdeviceid) 함수는 APP\_LOCAL\_DEVICE\_ID 구조체에 대한 포인터를 사용하여 지정된 사용자 인덱스의 디바이스에 대한 APP\_LOCAL\_DEVICE\_ID를 반환합니다.

[XUserDeviceAssociationChange](/reference/system/xuser/structs/xuserdeviceassociationchange) 구조체는 APP\_LOCAL\_DEVICE\_ID 구조체 멤버를 포함합니다.

[XUserFindForDevice](/reference/system/xuser/functions/xuserfindfordevice) 함수는 APP\_LOCAL\_DEVICE\_ID 구조체에 대한 포인터를 사용하여 특정 디바이스 ID의 사용자 ID를 검색합니다.

"null" APP\_LOCAL\_DEVICE\_ID는 **XUserNullDeviceId** 값과 같습니다.

## 요구 사항

**헤더:** XUser.h

**지원되는 플랫폼:** Windows, XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 함께 보기

[XUser](/reference/system/xuser/xuser_members)

[XUserLocalId](/reference/system/xuser/structs/xuserlocalid)

[IGameInput::FindDeviceFromId](/reference/input/gameinput/interfaces/igameinput/methods/igameinput_finddevicefromid)

[XInputGetDeviceId](/reference/input/xinputongameinput/functions/xinputgetdeviceid)


## Related topics

- [ILampArray::GetDeviceId](/ko/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getdeviceid.md)
- [XUserFindForDevice](/ko/reference/system/xuser/functions/xuserfindfordevice.md)
- [IGameInput::FindDeviceFromId](/ko/reference/input/gameinput/interfaces/igameinput/methods/igameinput_finddevicefromid.md)
- [XInputGetDeviceId](/ko/reference/input/xinputongameinput/functions/xinputgetdeviceid.md)
- [XUserDeviceAssociationChange](/ko/reference/system/xuser/structs/xuserdeviceassociationchange.md)
