//
//
//
//
//
//
//
//
//
//
软件Tags:
系统盘符修改器系统结构:遍历卷,DeleteVolumeMountPoint,GetVolumePathNamesForVolumeName,SetVolumeMountPoint,FindFirstVolume,FindNextVolume,FindVolumeClose,MessageBox, ======窗口程序集1 || ||------__启动窗口_创建完毕 || ||------_按钮1_被单击 || ||------遍历卷 || || ======调用的Dll || ||---[dll]------DeleteVolumeMountPoint || ||---[dll]------GetVolumePathNamesForVolumeName || ||---[dll]------SetVolumeMountPoint || ||---[dll]------FindFirstVolume || ||---[dll]------FindNextVolume || ||---[dll]------FindVolumeClose || ||---[dll]------MessageBox 调用的DLL命令: .DLL命令DeleteVolumeMountPoint,整数型,"kernel32.dll","DeleteVolumeMountPointA" .参数lpszVolumeMountPoint,文本型 .DLL命令GetVolumePathNamesForVolumeName,整数型,"kernel32.dll","GetVolumePathNamesForVolumeNameA" .参数lpszVolumeName,文本型 .参数lpszVolumePathNames,文本型 .参数cchBufferLength,整数型 .参数lpcchReturnLength,整数型 .DLL命令SetVolumeMountPoint,整数型,"kernel32.dll","SetVolumeMountPointA" .参数lpszVolumeMountPoint,文本型 .参数lpszVolumeName,文本型 .DLL命令FindFirstVolume,整数型,"kernel32.dll","FindFirstVolumeA" .参数lpszVolumeName,文本型 .参数cchBufferLength,整数型 .DLL命令FindNextVolume,整数型,"kernel32.dll","FindNextVolumeA" .参数hFindVolume,整数型 .参数lpszVolumeName,文本型 .参数cchBufferLength,整数型 .DLL命令FindVolumeClose,整数型,"kernel32.dll","FindVolumeClose" .参数hFindVolume,整数型 .DLL命令MessageBox,整数型,"user32.dll","MessageBoxA" .参数hwnd,整数型 .参数lpText,文本型 .参数lpCaption,文本型 .参数wType,整数型
