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