TODAYDRAWWATERMARKINFO

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

Concepts

Home Screen Structures (Windows Mobile Professional)