alTable (PLONG) - input
Start address of the application data area, containing the color-table definition data. The format depends on the value of ulFormat.
Each color value is a 4-byte integer, with a value of
(R * 65536) + (G * 256) + B
where:
R