IEnumObjects::Skip, méthode (shobjidl_core.h)
Ignore un nombre spécifié d’objets.
Syntaxe
HRESULT Skip(
[in] ULONG celt
);
Paramètres
[in] celt
Type : ULONG
Nombre d’objets à ignorer.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Remarques
L’index d’énumération est avancé par le nombre d’éléments ignorés.
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 | shobjidl_core.h (incluez Shobjidl.h) |