map_device_in_memory_block
Map a device into program's memory space
Declaration
Source position: go32.pp line 102
function map_device_in_memory_block(handle: DWord; offset: DWord;
pagecount: DWord; device: DWord)
: Boolean;
Description
map_device_in_memory_block allows to map a device in memory. This function is a direct call of the extender. For more information about it's arguments, see the extender documentation.