void GetPalTrans(
LPWORD lpIndexes
);
Copies the driver's translation table into the array pointed to by the lpIndexes parameter.
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.