Imports System.Runtime.InteropServices Namespace Native Public Structure SHFILEINFO Public Const SHGFI_ICON As UInteger = &H100 Public Const SHGFI_LARGEICON As UInteger = &H0 Public Const SHGFI_SMALLICON As UInteger = &H1 Public hIcon As IntPtr Public iIcon As IntPtr Public dwAttributes As UInteger Public szDisplayName As String Public szTypeName As String End Structure End Namespace