FoldersTree_GetPIDL

HRESULT FoldersTree_GetPIDL(HWND hwnd, HTREEITEM hItem, ITEMIDLIST **pidl);

Arguments

[in] HWND hwnd

Handle to the control.

[in] HTREEITEM hItem

Handle of the tree item.

[out] ITEMIDLIST **pidl

Pointer to a variable in which to return the PIDL.

Description

Returns the PIDL associated with the tree item of a FoldersTree control. If the item is not associated, returns NULL.