Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Note:
This topic applies to the Windows Classic Home screen and not the Windows Default Home screen.

This structure contains information for creating transparent backgrounds for Home screen items.

Syntax

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

Header todaycmn.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later

See Also