Jump to content

DDK Glossary - L

From EDM2
Revision as of 23:21, 13 July 2019 by Ak120 (talk | contribs)
LCT
logical color table.
LDT
Local descriptor table.
LIFO stack
A data structure from which data is retrieved in "Last-In, First-Out" order.
linked list
A list in which the data elements may be dispersed, but in which each data element contains information for locating the next. Synonym for chained list.
linear address
A unique value that identifies the memory object.
Local Descriptor Table (LDT)
A table that defines code and data segments specific to a single task.
logical palette
An array of RGB and mapping index pairs, created by the device driver when defining a palette (as a result of a GpiCreatePalette call).
LVB
Logical Video Buffer.