Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET Desktop feedback