Files
Pilz/Pilz.Win32/Native/LibShell32.vb
2019-12-10 15:13:07 +01:00

10 lines
307 B
VB.net

Namespace Native
Public Class LibShell32
Public Declare Auto Function SHGetFileInfo Lib "shell32.dll" (ByVal pszPath As String, ByVal dwFileAttributes As UInteger, ByRef psfi As SHFILEINFO, ByVal cbSizeFileInfo As UInteger, ByVal uFlags As UInteger) As IntPtr
End Class
End Namespace