Share via


WM_SIDESHOW_SELECT_USER (Windows CE 5.0)

Windows CE 5.0 SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This message is received when the SideShow service has established a connection to the Windows Vista computer, but the current user has not been selected. No gadgets can be displayed until the user is selected.

Parameters

  • wParam
    Unused.
  • lParam
    Unused.

Remarks

You can invoke the SideShowMgr_GetSizeOfAvailableUserNames and SideShowMgr_GetAvailableUserNames functions to retrieve the current available users. Then invoke the SideShowMgr_UserChangeRequestCch function to select one of the available users. The Windows Vista computer will send this message multiple times until a user has been selected. The first WM_SIDESHOW_SELECT_USER message might be received before the full list of users is available.

Requirements

Header sideshow.h
Windows Embedded CE Windows CE 5.0, Windows Embedded NavReady 2009

See Also

Reference

SideShow Messages