Jump to content

DDK Glossary - L: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page LCT to DDK Glossary - L
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
logical color table.
;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.


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 23:21, 13 July 2019

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.