mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 23:43:39 +02:00
* 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
1.3 KiB
1.3 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |
|---|---|---|---|---|
| IEnumRAWINPUTDEVICE | 03/30/2017 |
|
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. |