Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Skips a given number of bytes in an unaligned, relative ITEMIDLIST structure.
Syntax
PUIDLIST_RELATIVE ILSkip(
_In_ PUIDLIST_RELATIVE pidl,
UINT cb
);
Parameters
pidl [in]
Type: PUIDLIST_RELATIVEAn unaligned, relative PIDL in which bytes are to be skipped.
cb
Type: UINTThe number of bytes to skip.
Return value
Type: PUIDLIST_RELATIVE
When this function returns, if pidl and cb are valid, contains a 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 |
Shlobj_core.h |