TODAYDRAWWATERMARKINFO
This structure contains information for creating transparent backgrounds for Today screen items.
typedef struct {
HDC hdc;
RECT rc;
HWND hwnd;
} TODAYDRAWWATERMARKINFO;
Members
- hdc
Device context handle, for example, WPARAM from WM_ERASEBKGND. - rc
Rectangle to draw in the window. - hwnd
Your item's window handle.
Remarks
None.
Requirements
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: todaycmn.h
See Also
Send Feedback on this topic to the authors