Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |