Files
docs-desktop/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevice.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

26 lines
1.3 KiB
Markdown

---
title: "IEnumRAWINPUTDEVICE"
ms.date: "03/30/2017"
helpviewer_keywords:
- "IEnumRAWINPUTDEVICE interface [WPF]"
ms.assetid: 88c8b389-a48b-46b9-b895-8ed7b1e26fea
---
# IEnumRAWINPUTDEVICE
This interface enumerates the raw input devices, and is only used by PresentationHost.exe.
> [!NOTE]
> This API is only intended and supported for use on the local client machine
## Members
|Member|Description|
|------------|-----------------|
|[IEnumRAWINPUTDEVIC:Next](ienumrawinputdevic-next.md)|Enumerates the next `celt` elements (that is, RAWINPUTDEVICE structures) in the enumerator's list, returning them in `rgelt` along with the actual number of enumerated elements in `pceltFetched`.|
|[IEnumRAWINPUTDEVIC:Skip](ienumrawinputdevic-skip.md)|Instructs the enumerator to skip the next `celt` elements in the enumeration so that the next call to [IEnumRAWINPUTDEVIC:Next](ienumrawinputdevic-next.md) will not return those elements.|
|[IEnumRAWINPUTDEVIC:Reset](ienumrawinputdevic-reset.md)|Resets the enumeration sequence to the beginning.|
|[IEnumRAWINPUTDEVIC:Clone](ienumrawinputdevic-clone.md)|Creates another raw input device enumerator with the same state as the current enumerator to iterate over the same list.|
## See also
- [About Raw Input](/windows/desktop/inputdev/about-raw-input)