SHSTOCKICONINFO (Structures)
Last changed: -140.177.251.69

.
Summary

C# Definition:

[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
public struct SHSTOCKICONINFO
{
    public UInt32 cbSize;
    public IntPtr hIcon;
    public Int32 iSysIconIndex;
    public Int32 iIcon;
    [MarshalAs(UnmanagedType.ByValTStr, SizeConst = MAX_PATH)]
    public string szPath;
}

VB Definition:

Structure SHSTOCKICONINFO
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation