@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Used by SHGetStockIconInfo !!!!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: <StructLayoutAttribute(LayoutKind.Sequential, CharSet:=CharSet.Unicode)> _ Public Structure SHSTOCKICONINFO Public cbSize As UInt32 Public hIcon As IntPtr Public iSysIconIndex As Int32 Public iIcon As Int32 <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=MAX_PATH)> _ Public szPath As String End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: SHSTOCKICONINFO@msdn on MSDN
Edit Structures.SHSTOC...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.