获取客户端磁盘卷号
摘要:
[DllImport("kernel32.dll")] private static extern int GetVolumeInformation(string lpRootPathName, string lpVolumeNameBuffer, uint nVolumeNameSize, ref uint lpVolumeSerialNumber, uint lpMaximumComponentLength, uint lpFileSystemFlags, string lpFileSystemNameBuffer, uint nFileSystemNameSize); 阅读全文
posted @ 2011-03-28 14:41 ChinaLeo 阅读(261) 评论(0) 推荐(0)
浙公网安备 33010602011771号