WM_TODAYCUSTOM_CLEARCACHE

4/8/2010

Note

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

This message is sent to a custom Home screen item's window to indicate that it is about to be unloaded.

Syntax

WM_TODAYCUSTOM_CLEARCACHE
    wParam = (WPARAM) lptli;
    lParam = (LPARAM) res;

Parameters

  • res
    This parameter is reserved for future use; the value of this parameter must be set to 0.

Return Value

No return value.

Remarks

Upon receipt of this message the item should discard any cached data pertaining to the item, update the grfFlags, prgbCachedData, and cbCachedData members of the structure and return.

Requirements

Header todaycmn.h
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later

See Also

Reference

Home Screen Messages (Windows Mobile Professional)