DTM_SHOWTODAY
4/8/2010
Note
This topic does not apply to the Home screen on Windows Mobile Standard.
This message is sent to display the Home screen on Windows Mobile Professional and Windows Mobile Classic. An application can use this message to directly launch the Home screen.
Syntax
DTM_SHOWTODAY
bShow = (BOOL) wParam;
Parameters
Parameter | Description |
---|---|
bShow |
Set to TRUE to display the Home screen. |
Return Value
An application should return 0 if it processes this message.
Example
The following example demonstrates how to use the DTM_SHOWTODAY message to show the Home screen.
SendMessage( GetDesktopWindow(), DTM_SHOWTODAY, TRUE, 0);