ItemIdListEmptyIdList Field |
An empty ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public static readonly ItemIdList EmptyIdList
Public Shared ReadOnly EmptyIdList As ItemIdList
public:
static initonly ItemIdList^ EmptyIdList
static val EmptyIdList: ItemIdList
Field Value
Type:
ItemIdListRemarks Useful everywhere you need to pass a NULL PItemIdList to Windows API function. IItemIdList.IsInvalid returns True for this instance.
See Also