BOOL CBCGPShellList::RemoveItem | ( | int | iItem, |
BOOL | bPermanent, | ||
BOOL | bConfirmDelete = TRUE |
||
) |
Delete item.
iItem | Zero-based index of the item. |
bPermanent | Specifies whether the item should be permanently deleted. If this parameter is FALSE, the item will be moved to the Windows recycle bin. |
bConfirmDelete | If this parameter is FALSE, the confirmation dialog will never be displayed, TRUE - use system default settings (default value). |