windefs.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 23 行
GML
23 行
.chap Definitions of Windows Terms
.*
.begnote $setptnt 15
.note CALLBACKPTR
.ix 'CALLBACKPTR'
Pointer to a 16-bit callback routine; used to call into 32-bit
functions.
.note DWORD
.ix 'DWORD'
An unsigned long.
.note HINDIR
.ix 'HINDIR'
A handle to 16-bit function that needs to be called indirectly.
.note PROCPTR
.ix 'PROCPTR'
A pointer to a 32-bit callback routine.
Although the callback routine is declared as far, only the 32-bit
offset is used.
.note WORD
.ix 'WORD'
An unsigned short.
.endnote
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?