ILSkip(PCUIDLIST_RELATIVE, UINT) function
Skips a given number of bytes in a constant, unaligned, relative ITEMIDLIST structure.
Syntax
PCUIDLIST_RELATIVE ILSkip( _In_ PCUIDLIST_RELATIVE pidl, UINT cb );
Parameters
- pidl [in]
-
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|