ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamItemIdList.Create Constructor (pItemIdList, TItemIdListOwnership)

Constructor for TJamItemIdList for an existing PITemIdList.

Syntax
Pascal
constructor Create(aItemIdList: pItemIdList; pOwnsPointer: TItemIdListOwnership = iloOwnsMemory); overload;
Parameters 
Description 
aItemIdList: pItemIdList 
The Windows Shell ItemIdList that should be wrapped. 
pOwnsPointer: TItemIdListOwnership = iloOwnsMemory 
Determines if the memory of the PItemIdList needs to be freed in the destructor. 

IItemIdList

Assign result only to variables of type IItemIdList!

Copyright (c) 2011. All rights reserved.