标签:style 文件 代码 sp size on ad ef c
在ext2read中读取ext4文件系统的代码中,读取硬盘中的信息时,定义了以下的宏,那么这个宏是什么意思呢?
#define DEVICE "\\\\.\\PhysicalDrive0"是什么意思?
由于"\"是C/C+中转义符, "\\\\.\\"就相当于\\.\,那么以上的宏定义中的“\\\.\\PhysicalDrive0”就等价于“\\.\PhysicalDrive0”\\.\COM1表示本机的1号串行口。
开源ext2read代码走读之--“\\\\.\\PhysicalDrive0”意义?
标签:style 文件 代码 sp size on ad ef c
原文地址:http://blog.csdn.net/yygydjkthh/article/details/38825383