mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +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
631 B
631 B
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |
|---|---|---|---|---|
| IEnumRAWINPUTDEVIC:Skip | 03/30/2017 |
|
c967b0f8-1c6a-459c-8c16-d4f08918ab65 |
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.
Syntax
HRESULT Skip( [in] ULONG celt);
Parameters
celt
[in] Number of elements to be skipped.
Property Value/Return Value
HRESULT: S_OK if the number of elements supplied is celt; S_FALSE otherwise.