📄 heapconst.pas
字号:
unit HeapConst;
interface
{heap function flags. these are not defined in the Delphi source code}
const
HEAP_NO_SERIALIZE = $00000001;
HEAP_GROWABLE = $00000002;
HEAP_GENERATE_EXCEPTIONS = $00000004;
HEAP_ZERO_MEMORY = $00000008;
HEAP_REALLOC_IN_PLACE_ONLY = $00000010;
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -