Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves an array of pointers to item identifier lists (PIDLs) for all selected objects. Used by SHShellFolderView_Message.
SFVM_GETSELECTEDOBJECTS
lParam = (LPARAM*) ppidl;
Parameters
-
ppidl [out]
- The address of an array of PIDLs of currently selected objects.
Return value
Returns the number of items in the array.
Remarks
When finished, you should call ILFree on each member of the array to free the memory.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|