ShellListViewAcquireImageIndecesViaThreadPool Method |
Retrieves the details (mostly images) of the item asynchronously.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected void AcquireImageIndecesViaThreadPool(
ShellListItem pItem
)
Protected Sub AcquireImageIndecesViaThreadPool (
pItem As ShellListItem
)
protected:
void AcquireImageIndecesViaThreadPool(
ShellListItem^ pItem
)
member AcquireImageIndecesViaThreadPool :
pItem : ShellListItem -> unit
Parameters
- pItem
- Type: Jam.ShellShellListItem
The ShellListItem to get the image indexes for
See Also