fix bug at extracting file icon
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
Namespace Native
|
||||
|
||||
|
||||
<StructLayout(LayoutKind.Sequential)>
|
||||
Public Structure SHFILEINFO
|
||||
|
||||
Public Const SHGFI_ICON As UInteger = &H100
|
||||
Public Const SHGFI_LARGEICON As UInteger = &H0
|
||||
Public Const SHGFI_SMALLICON As UInteger = &H1
|
||||
@@ -16,7 +16,6 @@ Namespace Native
|
||||
Public szDisplayName As String
|
||||
<MarshalAs(UnmanagedType.ByValTStr, SizeConst:=80)>
|
||||
Public szTypeName As String
|
||||
|
||||
End Structure
|
||||
|
||||
End Namespace
|
||||
|
||||
Reference in New Issue
Block a user