//
//
//
//
//
//
//
//
//
//
软件Tags:
API取磁盘序列号系统结构:取磁盘序列号,CreateFile,DeviceIoControl,CloseHandle,CopyMemory,======程序集1||||------_启动子程序||||------_临时子程序||||======GetDiskSN||||------取磁盘序列号||||======调用的Dll||||---[dll]------CreateFile||||---[dll]------DeviceIoControl||||---[dll]------CloseHandle||||---[dll]------CopyMemory 调用的DLL命令:.DLL命令CreateFile,整数型,,"CreateFileA".参数lpFileName,文本型.参数dwDesiredAccess,整数型.参数dwShareMode,整数型.参数lpSecurityAttributes,整数型.参数dwCreationDisposition,整数型.参数dwFlagsAndAttributes,整数型.参数hTemplateFile,整数型.DLL命令DeviceIoControl,整数型,,"DeviceIoControl".参数hDevice,整数型.参数dwIoControlCode,整数型.参数lpInBuffer,SCIP,传址.参数nInBufferSize,整数型.参数lpOutBuffer,字节型,传址.参数nOutBufferSize,整数型.参数lpBytesReturned,整数型,传址.参数lpOverlapped,整数型.DLL命令CloseHandle,整数型,,"CloseHandle".参数hObject,整数型.DLL命令CopyMemory,整数型,,"RtlMoveMemory".参数Destination,IDS.参数Source,字节型,传址.参数Length,整数型
