111,120
社区成员
发帖
与我相关
我的任务
分享
[DllImport("Kernel32")]
public static extern int GetLogicalDriveStrings(int nBufferLength, string lpBuffer);
string str = "";
MessageBox.Show(GetLogicalDriveStrings(125, str).ToString());
MessageBox.Show(str);