GetBkColor (Windows CE 5.0)

Send Feedback

This function returns the current background color for the specified device context.

COLORREFGetBkColor(HDChdc);

Parameters

  • hdc
    [in] Handle to the device context whose background color is to be returned.

Return Values

A COLORREF value for the current background color indicates success.

CLR_INVALID indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Windows.h.
Link Library: Coredll.lib.

See Also

GetBkMode | SetBkColor | COLORREF | GDI Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.