Partager via


RegisterTaskBarEx (Windows CE 5.0)

Send Feedback

This function registers the taskbar with the window manager to receive notifications of window creation, destruction, and activation.

BOOL RegisterTaskBarEx( HWND hwndTaskbar,BOOL bTaskBarOnTop);

Parameters

  • hwndTaskbar
    Specifies a handle to the taskbar window.
  • bTaskBarOnTop
    Boolean that specifies whether the taskbar window is on top.

Return Values

TRUE indicates success; FALSE indicates failure.

Remarks

A taskbar window can only be registered once but you can call this function again to reset the on-top state. The taskbar window must be created before RegisterTaskBarEx is called.

Requirements

OS Versions: Windows CE.NET 4.2 and later.
Header: Pwinuser.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.