Share via


ITEMIDLIST (Compact 2013)

3/28/2014

This structure contains a list of item identifiers.

Syntax

typedef struct _ITEMIDLIST { 
  SHITEMID mkid;
} ITEMIDLIST, *LPITEMIDLIST; 
typedef const ITEMIDLIST* LPCITEMIDLIST;

Members

  • mkid
    List of item identifiers.

Requirements

Header

shlobj.h

See Also

Reference

Shell Structures