Documentation for RTM.EXE (16-Bit) from Borland (Developers)
Sorry if this might not fit here.
Where can I find the documentation of the definition for the headers of RTM.EXE (16-Bit) from Borland (included with their compilers)?
so for example I know (from Borlands MEMORY.PAS included with BP7)
----------------------------------------------------------------------
function MemAllocateBlock(HeapHandle, Size, Attributes: Word;
EventProc: Pointer; var Selector: Word): Integer; far;
external 'RTM' index $0005;
function MemFreeBlock(Selector: Word): Integer; far;
external 'RTM' index $0006;
function MemResizeBlock(Selector: Word; Size: Word): Integer; far;
external 'RTM' index $0007;
function MemGetBlockSize(Selector: Word; var Size: Longint): Integer; far;
external 'RTM' index $0014;
----------------------------------------------------------------------
however where can I find the definition for the other functions (for example index $0015)?
I know that on Japheth?s homepage there was years ago some of the definitions in one of his files (not in pascal though), but I cant find it anymore ? but since he has written an dos extender there must be some documentation.
any help would be appreciated!
---
I am still so much in love with Borland Pascal Version 7.0
Complete thread:
- Documentation for RTM.EXE (16-Bit) from Borland - fm77, 11.05.2011, 11:48 (Developers)
- Documentation for RTM.EXE (16-Bit) from Borland - Japheth, 11.05.2011, 19:31
- Documentation for RTM.EXE (16-Bit) from Borland - fm77, 11.05.2011, 23:20
- Documentation for RTM.EXE (16-Bit) from Borland - Japheth, 12.05.2011, 09:58
- Documentation for RTM.EXE (16-Bit) from Borland - fm77, 12.05.2011, 10:55
- Documentation for RTM.EXE (16-Bit) from Borland - fm77, 04.05.2012, 11:42
- Scalar: How to patch Borland Pascal 7.0 to use 32-Bit DPMI - Arjay, 05.05.2012, 11:13
- Scalar: How to patch Borland Pascal 7.0 to use 32-Bit DPMI - Laaca, 05.05.2012, 17:46
- Scalar: How to patch Borland Pascal 7.0 to use 32-Bit DPMI - Arjay, 05.05.2012, 18:11
- Scalar: How to patch Borland Pascal 7.0 to use 32-Bit DPMI - Laaca, 05.05.2012, 17:46
- Scalar: How to patch Borland Pascal 7.0 to use 32-Bit DPMI - Arjay, 05.05.2012, 11:13
- Documentation for RTM.EXE (16-Bit) from Borland - Japheth, 12.05.2011, 09:58
- Documentation for RTM.EXE (16-Bit) from Borland - fm77, 11.05.2011, 23:20
- Documentation for RTM.EXE (16-Bit) from Borland - Arjay, 06.05.2012, 12:41
- Documentation for RTM.EXE (16-Bit) from Borland - fm77, 08.05.2012, 16:50
- Documentation for RTM.EXE (16-Bit) from Borland - Japheth, 11.05.2011, 19:31