ILRemoveLastID function
Removes the last SHITEMID structure from an ITEMIDLIST structure.
Syntax
BOOL ILRemoveLastID( _Inout_opt_ PUIDLIST_RELATIVE pidl );
Parameters
- pidl [in, out, optional]
-
Type: PUIDLIST_RELATIVE
A pointer to the ITEMIDLIST structure to be shortened. When the function returns, this variable points to the shortened structure.
Return value
Type: BOOL
Returns TRUE if successful, FALSE otherwise.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: