void GetPalTrans(lpIndexes); | |||||
LPWORD lpIndexes; | /* points to array of indexes | */ |
The GetPalTrans functions copies the driver's translation table into the array pointed to by the lpIndexes parameter.
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.
lpIndexes
Points to the array to receive color indexes. The number of indexes in the array is specified by the dpPalColors member in the device's GDIINFO structure.
This function has no return value.
The export ordinal for this function is 25.