Méthode ITocEntryList ::GetEntryByIndex (wmcodecdsp.h)
La méthode GetEntryByIndex récupère une entrée, spécifiée par un index, à partir de la liste.
Syntaxe
HRESULT GetEntryByIndex(
[in] DWORD dwEntryIndex,
[out] ITocEntry **ppEntry
);
Paramètres
[in] dwEntryIndex
Index de l’entrée à récupérer.
[out] ppEntry
Pointeur vers une variable qui reçoit un pointeur vers une interface ITocEntry qui représente l’entrée.
Valeur retournée
Cette méthode retourne un code HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.
Code de retour | Description |
---|---|
|
S_OK |
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 | wmcodecdsp.h |
DLL | Wmvdspa.dll |