ILIsEmpty function
Verifies whether an ITEMIDLIST structure is empty.
Syntax
BOOL ILIsEmpty( _In_ PCUID_RELATIVE pidl );
Parameters
- pidl [in]
-
Type: PCUID_RELATIVE
A pointer to the ITEMIDLIST structure to be checked.
Return value
Type: BOOL
TRUE if the pidl parameter is NULL or the ITEMIDLIST structure pointed to by pidl is empty; otherwise FALSE.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
Show: