GetPalTrans

  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.

Parameters

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.

Return Value

This function has no return value.

Comments

The export ordinal for this function is 25.

See Also

SetPalTrans