GetBkColor

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

COLORREF GetBkColor(
  HDC hdc
); 

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.