IEnumWIA_DEV_CAPS::Skip method (wia_xp.h)
The IEnumWIA_DEV_CAPS::Skip method skips the specified number of hardware device capabilities during an enumeration of available device capabilities.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
[in] celt
Type: ULONG
Specifies the number of items to skip.
Return value
Type: HRESULT
If the method succeeds, the method returns S_OK. It returns S_FALSE if it could not skip the specified number of device capabilities. 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 |