Fonction ILSkip (shlobj_core.h)
Ignore un nombre donné d’octets dans une structure ITEMIDLIST relative constante, non alignée.
Syntaxe
PCUIDLIST_RELATIVE ILSkip(
[in] PCUIDLIST_RELATIVE pidl,
UINT cb
);
Paramètres
[in] pidl
Type : PCUIDLIST_RELATIVE
PiDL relatif constant, non aligné, dans lequel les octets doivent être ignorés.
cb
Type : UINT
Nombre d’octets à ignorer.
Valeur retournée
Type : PCUIDLIST_RELATIVE
Lorsque cette fonction retourne, si pidl et cb sont valides, contient un pointeur constant vers la structure ITEMIDLIST qui se produit après le saut. Sinon, la valeur n’a aucun sens.
Remarques
À utiliser là où STRICT_TYPED_ITEMIDS est défini.
Configuration requise
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shlobj_core.h (inclure Shlobj.h) |