RegisterDesktop (Windows CE 5.0)

Send Feedback

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

BOOL RegisterDesktop( HWND hwndDesktop);

Parameters

  • hwndDesktop
    Specifies a handle to the desktop window.

Return Values

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

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.