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

1.3 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
IEnumRAWINPUTDEVICE 03/30/2017
IEnumRAWINPUTDEVICE interface [WPF]
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 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 Instructs the enumerator to skip the next celt elements in the enumeration so that the next call to IEnumRAWINPUTDEVIC:Next will not return those elements.
IEnumRAWINPUTDEVIC:Reset Resets the enumeration sequence to the beginning.
IEnumRAWINPUTDEVIC:Clone Creates another raw input device enumerator with the same state as the current enumerator to iterate over the same list.

See also