GetSystemPalette

#include "BIDIB.H"

 

BOOL CALLBACK GetSystemPalette(RGBQUAD FAR *lpColor)

Description

Fills the RGB quad structure with the currently realized palette.

Parameters

RGBQUAD FAR*

lpColor

A far pointer to the RGB array.

Return values

TRUE     -  successful.

FALSE   -  failed.

Programming notes

None.

Requirements

Header :     Declared in BiDIB.h; include BiDIB.h.

Library :    Use BiDIB.lib.

DLLs :       BiDIB.dll.

Code example

None at present.