Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.03 KB

nf-shlobj_core-ilskip.md

File metadata and controls

77 lines (61 loc) · 2.03 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shlobj_core.ILSkip
ILSkip function (shlobj_core.h)
Skips a given number of bytes in a constant, unaligned, relative ITEMIDLIST structure.
ILSkip
ILSkip function [Windows Shell]
ILSkip(PCUIDLIST_RELATIVE
UINT)
_shell_ILSkip_PCUIDLIST_RELATIVE_UINT
shell.ILSkip_PCUIDLIST_RELATIVE_UINT
shlobj_core/ILSkip
shell\ILSkip_PCUIDLIST_RELATIVE_UINT.htm
shell
0ed0409a-eab3-49b6-bd8d-06ad38ac2f8c
12/05/2018
ILSkip, ILSkip function [Windows Shell], ILSkip(PCUIDLIST_RELATIVE,UINT), _shell_ILSkip_PCUIDLIST_RELATIVE_UINT, shell.ILSkip_PCUIDLIST_RELATIVE_UINT, shlobj_core/ILSkip
shlobj_core.h
Shlobj.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
ILSkip
shlobj_core/ILSkip
c++
APIRef
kbSyntax
HeaderDef
shlobj_core.h
ILSkip

ILSkip function

-description

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

-parameters

-param pidl [in]

Type: PCUIDLIST_RELATIVE

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

-param cb

Type: UINT

The number of bytes to skip.

-returns

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.