📄 nsr_part2.h
字号:
#ifndef __NSRPART2H__#define __NSRPART2H__#include "nsr_part1.h"/* [2/9.1] [3/9.1] Volume Structure Descriptor */struct VolStructDesc { UINT8 structType; UINT8 stdIdentifier[5]; UINT8 structVersion; UINT8 reserved; UINT8 structData[2040];};#define VRS_ISO9660 "CD001"#define VRS_ISO13346_BEGIN "BEA01"#define VRS_ISO13346_NSR "NSR02"#define VRS_ISO13346_END "TEA01"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -