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.
HRESULT Skip( [in] ULONG celt);
Parâmetros
celt
[in] Number of elements to be skipped.
Property Value/Return Value
HRESULT: S_OK se o número de elementos fornecido é celt; Caso contrário, o S_FALSE.