DQBmapLayer
FUNCTION

Prototype

DECLARE FUNCTION DQBmapLayer (BYVAL Layer)

Parameters

Layer - Number of the layer to map

Returns

An INTEGER value holding the segment where you can access the layer data

Description

This function is useful when you want to have complete control over a specified layer: infact DQBmapLayer returns the segment of the 64K memory window where the layer data is held. If the layer is on EMS, the function returns the EMS pageframe, and it also map it to the specified layer data.

Notes:

none