Projektdateien hinzufügen.
This commit is contained in:
15
Pilz.Win32/Native/SHFILEINFO.vb
Normal file
15
Pilz.Win32/Native/SHFILEINFO.vb
Normal file
@@ -0,0 +1,15 @@
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
Namespace Native
|
||||
|
||||
Friend Structure SHFILEINFO
|
||||
Public hIcon As IntPtr
|
||||
Public iIcon As Integer
|
||||
Public dwAttributes As UInteger
|
||||
<MarshalAs(UnmanagedType.ByValTStr, SizeConst:=260)>
|
||||
Public szDisplayName As String
|
||||
<MarshalAs(UnmanagedType.ByValTStr, SizeConst:=80)>
|
||||
Public szTypeName As String
|
||||
End Structure
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user