pData (PLONG) - input
Pointer to the data area containing the color table definition data. The format depends on the value of lFormat. Each color value is a four-byte integer with a value of:
(R*65536) + (G*256) + B Where: R = red color intensity value G = green color intensity value B = blue color intensity value
The maximum intensity for each primary is 255.