TODAYDRAWWATERMARKINFO

Send Feedback

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

Today Screen Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.