Partager via


SB_SIMPLE (Windows CE 5.0)

Send Feedback

This message specifies whether a status window displays simple text or displays all window parts set by a previous SB_SETPARTS message.

SB_SIMPLE wParam = (WPARAM)(BOOL)fSimple;lParam= 0;

Parameters

  • fSimple
    Boolean value that is set to TRUE if the window displays simple text, or to FALSE if it displays multiple parts.
  • lParam
    Not used.

Return Values

FALSE indicates that an error has occurred.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

SB_SETPARTS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.