SFVM_GETSELECTEDOBJECTS message
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 |
|