attrdef.html

来自「一个linux下NTFS文件格式源代码」· HTML 代码 · 共 17 行

HTML
17
字号
<title>Attribute Definition File</title>File 4 is $AttrDef, which contains the attribute names for all attributesused on the volume. Currently, only the <a href=attr.html>well-known</a>attributes should appear. Each record in this file has A0 bytes<pre>Offset(length)    Description0(80)             Attribute name (Unicode)80(8)             Attribute ID88(8)             Flags90(8)             Minimum allowed size98(8)             Maximum allowed size</pre><i> The exact meaning of the flags is still not clear. Most likely,bit 7 means 'may be non-resident', and bit 1 'indexable'. Bit 6 is alsoin use, all other flags are zero for the available attributes.</i>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?