ILSkip function (shlobj_core.h)

Skips a given number of bytes in a constant, unaligned, relative ITEMIDLIST structure.

Syntax

PCUIDLIST_RELATIVE ILSkip(
  [in] PCUIDLIST_RELATIVE pidl,
       UINT               cb
);

Parameters

[in] pidl

Type: PCUIDLIST_RELATIVE

A constant, unaligned, relative PIDL in which bytes are to be skipped.

cb

Type: UINT

The number of bytes to skip.

Return value

Type: PCUIDLIST_RELATIVE

When this function returns, if pidl and cb are valid, contains a constant pointer to the ITEMIDLIST structure that results after the skip. Otherwise, the value is meaningless.

Remarks

For use where STRICT_TYPED_ITEMIDS is defined.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shlobj_core.h (include Shlobj.h)