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

# GameInputRawDeviceItemCollectionInfo

> GameInputRawDeviceItemCollectionInfo

# GameInputRawDeviceItemCollectionInfo

<Warning>**사용되지 않음.** 이 구조체는 GameInput v1에서 제거되었으며 현재 API에서 사용할 수 없습니다.</Warning>

관련된 원시 장치 보고서 항목을 그룹화하는 HID 컬렉션을 설명합니다.

## 구문

```cpp theme={null}
typedef struct GameInputRawDeviceItemCollectionInfo {
    GameInputRawDeviceItemCollectionKind kind;
    uint32_t childCount;
    uint32_t siblingCount;
    uint32_t usageCount;
    const GameInputUsage* usages;
    const GameInputRawDeviceItemCollectionInfo* parent;
    const GameInputRawDeviceItemCollectionInfo* firstSibling;
    const GameInputRawDeviceItemCollectionInfo* previousSibling;
    const GameInputRawDeviceItemCollectionInfo* nextSibling;
    const GameInputRawDeviceItemCollectionInfo* lastSibling;
    const GameInputRawDeviceItemCollectionInfo* firstChild;
    const GameInputRawDeviceItemCollectionInfo* lastChild;
} GameInputRawDeviceItemCollectionInfo;
```

## 멤버

**kind**\
형식: [GameInputRawDeviceItemCollectionKind](/reference/input/gameinput/deprecated/enums/gameinputrawdeviceitemcollectionkind)

HID 컬렉션의 유형입니다.

**childCount**\
형식: uint32\_t

자식 컬렉션의 수입니다.

**siblingCount**\
형식: uint32\_t

같은 수준에 있는 형제 컬렉션의 수입니다.

**usageCount**\
형식: uint32\_t

이 컬렉션과 연관된 HID 사용법(usage)의 수입니다.

**usages**\
형식: const GameInputUsage\*

`usageCount`개의 HID 사용법 배열에 대한 포인터입니다.

**parent, firstSibling, previousSibling, nextSibling, lastSibling, firstChild, lastChild**\
형식: const GameInputRawDeviceItemCollectionInfo\*

컬렉션 트리를 구성하는 탐색 포인터입니다.

## 버전 기록

| 버전     | 변경 사항    |
| ------ | -------- |
| **v1** | 제거되었습니다. |
| **v0** | 도입되었습니다. |

## 함께 보기

[사용되지 않는 GameInput API 멤버](/reference/input/gameinput/deprecated/gameinput_deprecated_members)
[GameInputRawDeviceItemCollectionKind](/reference/input/gameinput/deprecated/enums/gameinputrawdeviceitemcollectionkind)
[GameInputRawDeviceReportItemInfo](/reference/input/gameinput/deprecated/structs/gameinputrawdevicereportiteminfo)


## Related topics

- [GameInputRawDeviceItemCollectionKind](/ko/reference/input/gameinput/deprecated/enums/gameinputrawdeviceitemcollectionkind.md)
- [GameInputRawDeviceReportItemInfo](/ko/reference/input/gameinput/deprecated/structs/gameinputrawdevicereportiteminfo.md)
- [GameInput](/ko/reference/input/gameinput/gameinput_members.md)
- [사용되지 않는 GameInput API 멤버](/ko/reference/input/gameinput/deprecated/gameinput_deprecated_members.md)
- [GameInputRawDeviceReportItemFlags](/ko/reference/input/gameinput/deprecated/enums/gameinputrawdevicereportitemflags.md)
