文件名称:获取系统中可用的驱动器列表,C#源代码[DllImport("shell32")]
文件大小:35KB
文件格式:RAR
更新时间:2012-01-15 03:43:00
获取系统中可用的驱动器列表,C#源代码[DllImport("shell32")]
获取系统中可用的驱动器列表,C#源代码[DllImport("shell32")] private static extern int SHGetFileInfo(string pszPath, int dwFileAttributes, ref SHFILEINFO psfi, int cbFileInfo, int uFlags); const int SHGFI_ICON = 0x0100; const int SHGFI_LARGEICON = 0x0000;
【文件预览】:
ShowDrive
----ShowDrive()
--------Form1.cs(2KB)
--------bin()
--------ShowDrive.csproj(4KB)
--------obj()
--------Properties()
--------Program.cs(490B)
--------Form1.Designer.cs(2KB)
--------Form1.resx(6KB)
----ShowDrive.suo(13KB)
----ShowDrive.sln(917B)
----新建 文本文档.txt(353B)