IEnumWiaItem::Skip method (wia_xp.h)

The IEnumWiaItem::Skip method skips the specified number of items during an enumeration of available IWiaItem objects.

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. If it is unable to skip the specified number of items, 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