GetBkMode (Windows CE 5.0)
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.
intGetBkMode(HDChdc);
Parameters
- hdc
[in] Handle to the device context whose 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
The background mix mode value is stored internally as a single byte.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Windows.h.
Link Library: Coredll.lib.
See Also
GetBkColor | SetBkMode | GDI Functions
Send Feedback on this topic to the authors