?? 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 + -