ILGetSize function
Returns the size, in bytes, of an ITEMIDLIST structure.
Syntax
UINT ILGetSize( _In_opt_ PCUIDLIST_RELATIVE pidl );
Parameters
- pidl [in, optional]
-
Type: PCUIDLIST_RELATIVE
A pointer to an ITEMIDLIST structure.
Return value
Type: UINT
The size of the ITEMIDLIST structure specified by pidl, in bytes.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: