C++
int MovePlacesItem( int fromLocation, int toLocation );
Description
Move an existing shortcut from one location in the list to the next.
Parameters
| Parameters | Description |
|---|---|
| fromLocation | Input integer that indicates the item to move |
| toLocation | Input integer that specifies the location in which to locate the item |