Partager via


IlIsChild, fonction (shlobj_core.h)

Vérifie si un pointeur vers une liste d’identificateurs d’élément (PIDL) est un PIDL enfant, qui est un PIDL avec exactement un SHITEMID.

Syntaxe

BOOL ILIsChild(
  [in] PCUIDLIST_RELATIVE pidl
);

Paramètres

[in] pidl

Type : PCUIDLIST_RELATIVE

PiDL relatif, non aligné et constant en cours de vérification.

Valeur retournée

Type : BOOL

Retourne TRUE si le PIDL donné est un PIDL enfant ; sinon, FALSE.

Remarques

Cette fonction ne garantit pas que le PIDL est non NULL ou non vide.

À utiliser lorsque STRICT_TYPED_ITEMIDS est défini.

Configuration requise

Condition requise Valeur
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)