WinGCreateHalfToneBrush16(3w)
NAME
WinGCreateHalfToneBrush16 (WING.1008)
SYNOPSIS
HBRUSH16 WinGCreateHalfToneBrush16 ( HDC16 winDC, COLORREF col, WING_DITHER_TYPE type )
DESCRIPTION
Create a half tone brush for a WinG device context.
PARAMS
winDC [In] WinG device context.
col [In] Color.
type [In] Desired dithering type.
RETURNS
Success: A handle to the created brush.
Failure: A NULL handle.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wing.dll16/wing.c".
- Debug channel "wing".