Click or drag to resize

ItemIdListEmptyIdList Field

An empty ItemIdList.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static readonly ItemIdList EmptyIdList

Field Value

Type: ItemIdList
Remarks
Useful everywhere you need to pass a NULL PItemIdList to Windows API function. IItemIdList.IsInvalid returns True for this instance.
See Also