Bagikan melalui


CShellManager::GetNextItem

Retrieves the next item from a pointer to an item identifier list (PIDL).

LPITEMIDLIST GetNextItem(
   LPCITEMIDLIST pidl 
);

Parameters

  • [in] pidl
    The list of items to iterate.

Return Value

A pointer to the next item in the list.

Remarks

If there are no more items in the list, this method returns NULL.

Requirements

Header: afxshellmanager.h

See Also

Reference

CShellManager Class

Hierarchy Chart