Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
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 |
| Windows Embedded CE | Windows CE 1.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |