Files
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

631 B

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
IEnumRAWINPUTDEVIC:Skip 03/30/2017
Skip method [WPF]
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.