mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 07:56:06 +02:00
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
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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)
|
||||
Reference in New Issue
Block a user