Méthode IFolderView::SelectAndPositionItems (shobjidl_core.h)
Permet la sélection et le positionnement des éléments visibles dans l’affichage du dossier.
Syntaxe
HRESULT SelectAndPositionItems(
[in] UINT cidl,
[in] PCUITEMID_CHILD_ARRAY apidl,
[in] POINT *apt,
[in] DWORD dwFlags
);
Paramètres
[in] cidl
Type : UINT
Nombre d’éléments à sélectionner.
[in] apidl
Type : PCUITEMID_CHILD_ARRAY*
Pointeur vers un tableau de taille cidl qui contient les PIDL des éléments.
[in] apt
Type : POINT*
Un pointeur vers un tableau de structures cidl contenant les emplacements de chaque élément correspondant dans apidl doit être positionné.
[in] dwFlags
Type : DWORD
L’une des constantes _SVSIF qui spécifie le type de sélection à appliquer.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Client minimal pris en charge | Windows XP, Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl_core.h (inclure Shobjidl.h) |
DLL | Shell32.dll |