indexroot.html
来自「NTFS 磁盘系统 加载源代码」· 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) ??? the size of something18(4) ??? same value as 14 ???1C(2) always 1. ???1E(2) Flags ???</pre>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?