indexroot.html

来自「NTFS(NT文件系统) for Linux的一个实现源码」· HTML 代码 · 共 19 行

HTML
19
字号
<title>Index Root Attribute</title>The index root contains the top level nodes of an index tree. See the<a href=dir.html>directory overview</a> for a description of its purpose.At offset 20 of the data (or 40 of the attribute), the list of <a href=direntry.html>entries</a> begins. The layout of the index headeris<pre>offset(length)          Description0(4)                    always 0x30. Indexed attribute?4(4)                    always 1. ???8(4)                    Size of index record ???C(4)                    Number of clusters per index record ???10(4)                   always 0x10. ???14(4)                   Size of entries +0x1018(4)                   same value as 141C(2)                   1 if index allocation used.1E(2)                   Flags ???</pre>

⌨️ 快捷键说明

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