⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 heapconst.pas

📁 DelphiWin32核心API参考光盘内容.是学习书籍中的源码,便于学习.
💻 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 + -