Imports System.Runtime.InteropServices Namespace Native Friend Structure SHFILEINFO Public hIcon As IntPtr Public iIcon As Integer Public dwAttributes As UInteger Public szDisplayName As String Public szTypeName As String End Structure End Namespace