IEnumWIA_FORMAT_INFO::Skip method (wia_xp.h)
The IEnumWIA_FORMAT_INFO::Skip method skips the specified number of structures in the enumeration.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
[in] celt
Type: ULONG
Specifies the number of structures to skip.
Return value
Type: HRESULT
This method returns S_OK if it is able to skip the specified number of elements. It returns S_FALSE if it is unable to skip the specified number of elements. If the method fails, it returns a standard COM error.
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 |