ITEMIDLIST (Structures)
Last changed: -202.74.138.1

.
Summary

C# Definition:

struct ITEMIDLIST {
   public TODO;
}

VB.NET Definition:

<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Unicode)> _
Public Structure ITEMIDLIST
      <MarshalAs(UnmanagedType.Struct)>Public mkid As SHITEMID
End Structure    

VB Definition:

Public Type ITEMIDLIST   ' idl
    mkid As SHITEMID
End Type

User-Defined Field Types:

SHITEMID

Notes:

None.

Documentation
ITEMIDLIST on MSDN