reginfo.txt
来自「SEAL是DOS 下的32位保护模式的GUI程序」· 文本 代码 · 共 34 行
TXT
34 行
SEAL (>2.0.10) Registry 1.0
-----------------------------
This is a dynamic registry:
- Dynamic allocating
- Dynamic loading
Registry file data mapping
--------------------------
+----------------+
| Header |
+----------------+
| Key 1 |
+----------------+
| Key 2 |
+----------------+
| ... |
Variable Size and type Value
Header
MAGIC uint REGISTRY_MAGIC ( => 0x47455253 => {'S','R','E','G'} )
NUMBERKEY uint Number of keys
Keys
NAMELEN uint Length of name
NAME char * NAMELEN Key name ( wrote is NAMELEN > 0, if NAMELEN = 0 then name = NULL)
TYPE char Type of key
SIZE char Size of data
DATA char * SIZE Data (wrote if SIZE > 0, if SIZE = 0 then DATA = NULL)
OWN uint Owner Key id in file (0 if none)
NXT uint Next Key id in file (0 if none)
PRV uint Previous Key id in file (0 if none)
CHL uint Child key id in file (0 if none)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?