ILFree function
Frees an ITEMIDLIST structure allocated by the Shell.
Syntax
void ILFree(
_In_ PIDLIST_RELATIVE pidl
);
Parameters
- pidl [in]
-
Type: PIDLIST_RELATIVE
A pointer to the ITEMIDLIST structure to be freed. This parameter can be NULL.
Return value
This function does not return a value.
Remarks
ILFree is often used with ITEMIDLIST structures allocated by one of the other IL functions, but it can be used to free any such structure returned by the Shell—for example, the ITEMIDLIST structure returned by SHBrowseForFolder or used in a call to SHGetFolderLocation.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also