GetPalTrans


void GetPalTrans(LPWORD lpIndexes);

Copies the driver's translation table into the array pointed to by the lpIndexes parameter.

lpIndexes

Address of the array to receive color indices. The number of indices in the array is specified by the dpNumPalReg member in the device's GDIINFO structure.

The export ordinal for this function is 25.

A graphics driver must export the GetPalTrans function if the RC_PALETTE value is set in the dpRaster member of the driver's GDIINFO structure.