Gdi::GetBkMode_I

This method returns the current background mix mode for a specified device context. The background mix mode of a device context affects text and dashed pens.

static WINGDIAPI int WINAPI GetBkMode_I(
  HDC hdc
);

Parameters

  • hdc
    [in] Handle to the device context for which a background mode is to be returned.

Return Values

Either OPAQUE or TRANSPARENT, which specifies the current background mix mode, indicates success. Zero indicates failure.

Remarks

This method is an internal version of the GetBkMode function.

The background mix mode value is stored internally as a single byte.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Gdi.hpp.

See Also

GetBkMode | Gdi::GetBkColor_I | Gdi::SetBkMode_I

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.