Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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