WinGSetDIBColorTable16(3w)
NAME
WinGSetDIBColorTable16 (WING.1006)
SYNOPSIS
UINT16 WinGSetDIBColorTable16 ( HDC16 hdc, UINT16 start, UINT16 num, RGBQUAD* colors )
DESCRIPTION
Set all or part of the color table for a WinG device context.
PARAMS
hdc [In] WinG device context.
start [In] Start color.
num [In] Number of entries to set.
colors [In] Array of color data.
RETURNS
The number of entries set.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wing.dll16/wing.c".
- Debug channel "wing".