convert VB to C#
This commit is contained in:
11
Pilz.Win32/Native/LibShell32.cs
Normal file
11
Pilz.Win32/Native/LibShell32.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Pilz.Win32.Native
|
||||
{
|
||||
public class LibShell32
|
||||
{
|
||||
[DllImport("shell32.dll")]
|
||||
public static extern IntPtr SHGetFileInfo(string pszPath, uint dwFileAttributes, ref SHFILEINFO psfi, uint cbSizeFileInfo, uint uFlags);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user