Article ID: 138256
Article Last Modified on 2/22/2007
LONG DIBINDEX(
WORD wColorTableIndex // index to color table entry
);
Parameters
wColorTableIndex - Specifies an index to the palette entry containing
the color to be used for a graphics operation.
Return Value
The return value is a color table index specifier.
Remarks
DIBINDEX is defined as:
#define DIBINDEX(n) MAKELONG((n),0x10FF)
Additional query words: 3.10 3.50 4.00 Windows 95 COLORTABLE HBITMAP BRUSH COLORREF PEN DIBSECTION
Keywords: kbcode kbhowto KB138256