L

    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 GpqCreatePalette call).
    LVB -
      Logical Video Buffer.


    [Back: Glossary - K]
    [Next: Glossary - M]