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