SFV_SETITEMPOS structure (shlobj.h)
Stocke les informations de position d’un élément. Utilisé avec les SFVM_SETITEMPOS de message.
Syntaxe
typedef struct _SFV_SETITEMPOS {
PCUITEMID_CHILD pidl;
POINT pt;
} SFV_SETITEMPOS;
Membres
pidl
Type : PCUITEMID_CHILD
Pointeur vers un ITEMIDLIST pour l’élément.
pt
Type : POINT
Structure POINT indiquant la position de l’élément.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP avec SP1 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | shlobj.h |