Share via


Gdi::GetBkMode_I (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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 Value

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

Header gdi.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Gdi
GetBkMode
Gdi::GetBkColor_I
Gdi::SetBkMode_I