Share via


RegisterTaskBarEx (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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 Value

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

Header pwinuser.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

GWES OS Functions