GetBkMode (Compact 2013)

3/28/2014

This function 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

int GetBkMode(
  HDC hdc
); 

Parameters

  • hdc
    [in] Handle to the device context whose 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

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

Requirements

Header

windows.h

Library

coredll.lib

See Also

Reference

GDI Functions
GetBkColor
SetBkMode