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

# IGameInput::FindDeviceFromPlatformHandle

> IGameInput::FindDeviceFromPlatformHandle

# IGameInput::FindDeviceFromPlatformHandle

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

일치하는 플랫폼 창 또는 파일 핸들을 기반으로 [IGameInputDevice](/reference/input/gameinput/interfaces/igameinputdevice/igameinputdevice) 인터페이스를 검색합니다.

## 구문

```cpp theme={null}
HRESULT FindDeviceFromPlatformHandle(
    HANDLE value,
    IGameInputDevice** device
);
```

### 매개변수

*value*   \_In\_\
형식: HANDLE

대조할 플랫폼 HANDLE(예: 창 핸들 또는 디바이스 파일 핸들)입니다.

*device*   \_COM\_Outptr\_\
형식: IGameInputDevice\*\*

반환되는 [IGameInputDevice](/reference/input/gameinput/interfaces/igameinputdevice/igameinputdevice) 인터페이스입니다.

### 반환값

형식: HRESULT

이 메서드는 v0에서 구현된 적이 없으므로 E\_NOTIMPL을 반환합니다.

## 설명

이 메서드는 애플리케이션이 디바이스와 연결된 Win32 핸들을 사용하여 GameInput 디바이스를 찾을 수 있도록 했습니다. v1에서 제거되었습니다. 대신 [FindDeviceFromId](/reference/input/gameinput/interfaces/igameinput/methods/igameinput_finddevicefromid) 또는 [FindDeviceFromPlatformString](/reference/input/gameinput/interfaces/igameinput/methods/igameinput_finddevicefromplatformstring)을 사용하세요.

## 버전 기록

| 버전     | 변경 사항 |
| ------ | ----- |
| **v1** | 제거됨.  |
| **v0** | 도입됨.  |

## 함께 보기

[사용되지 않는 GameInput API 멤버](/reference/input/gameinput/deprecated/gameinput_deprecated_members)\
[IGameInput::FindDeviceFromId](/reference/input/gameinput/interfaces/igameinput/methods/igameinput_finddevicefromid)\
[IGameInput::FindDeviceFromPlatformString](/reference/input/gameinput/interfaces/igameinput/methods/igameinput_finddevicefromplatformstring)\
[IGameInput](/reference/input/gameinput/interfaces/igameinput/igameinput)


## Related topics

- [IGameInput::FindDeviceFromPlatformString](/ko/reference/input/gameinput/interfaces/igameinput/methods/igameinput_finddevicefromplatformstring.md)
- [IGameInput::FindDeviceFromObject](/ko/reference/input/gameinput/deprecated/interfaces/igameinput/methods/igameinput_finddevicefromobject.md)
- [IGameInput::FindDeviceFromId](/ko/reference/input/gameinput/interfaces/igameinput/methods/igameinput_finddevicefromid.md)
- [사용되지 않는 GameInput API 멤버](/ko/reference/input/gameinput/deprecated/gameinput_deprecated_members.md)
- [APP_LOCAL_DEVICE_ID](/ko/reference/system/xuser/structs/app_local_device_id.md)
