IEnumWIA_DEV_INFO::Skip method (wia_xp.h)
The IEnumWIA_DEV_INFO::Skip method skips the specified number of hardware devices during an enumeration of available devices.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
[in] celt
Type: ULONG
Specifies the number of devices to skip.
Return value
Type: HRESULT
If the method succeeds, the method returns S_OK. If it is unable to skip the specified number of devices, it returns S_FALSE. If the method fails, it returns a standard COM error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | wia_xp.h (include Wia.h) |
Library | Wiaguid.lib |