SFV_SETITEMPOS structure (shlobj.h)

Stores position information for an item. Used with message SFVM_SETITEMPOS.

Syntax

typedef struct _SFV_SETITEMPOS {
  PCUITEMID_CHILD pidl;
  POINT           pt;
} SFV_SETITEMPOS;

Members

pidl

Type: PCUITEMID_CHILD

A pointer to an ITEMIDLIST for the item.

pt

Type: POINT

A POINT structure indicating the position of the item.

Requirements

Requirement Value
Minimum supported client Windows XP with SP1 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header shlobj.h