This topic shows you how to move a device to a new position in the list.
Each device in the list has a position index. The higher the position index, the lower the priority the device has in the list. When a device is moved to a new position, any other devices in the list are shifted as required to allow the device to occupy the requested position.
// Move the device to the 8th place in the list // or to the end of the list if there are currently less than 8 devices in the list. iConfig->ReorderDevice(key, 7);This step returns KErrNone upon success.
The device is moved to the required position in the list.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.