Share via


RegisterDesktop (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

BOOL RegisterDesktop( 
  HWND hwndDesktop
);

Parameters

  • hwndDesktop
    Specifies a handle to the desktop window.

Return Value

TRUE indicates success; FALSE indicates failure.

Remarks

The desktop window must be created before RegisterDesktop is called. The desktop window must be full-screen and nontransparent, and have a window class name of DesktopExplorerWindow.

Requirements

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

See Also

Reference

GWES OS Functions