PFNASYNCICONTASKCALLBACK function pointer
[This function is not supported as of Windows Vista.]
Defines the prototype for the callback function used by SHMapIDListToImageListIndexAsync.
typedef void ( CALLBACK *PFNASYNCICONTASKBALLBACK)(
LPCITEMIDLIST pidl,
LPVOID pvData,
LPVOID pvHint,
int iIconIndex,
int iOpenIconIndex
);
pidl
Type: LPCITEMIDLISTA pointer to an ITEMIDLIST structure.
pvData
Type: LPVOIDA pointer to user data.
pvHint
Type: LPVOIDA pointer to information about user data.
iIconIndex
Type: intThe icon index for the ITEMIDLIST structure.
iOpenIconIndex
Type: intThe icon index for the ITEMIDLIST structure if the icon can be extracted with GIL_OPENICON.
This function pointer does not return a value.
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
End of client support |
Windows XP |
End of server support |
Windows Server 2003 |
Header |
Shlobj.h |