Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This function registers the taskbar with the window manager to receive notifications of window creation, destruction, and activation.
Syntax
BOOL RegisterTaskBar(
HWND hwndTaskbar
);
Parameters
- hwndTaskbar
Specifies a handle to the taskbar window.
Return Value
TRUE indicates success; FALSE indicates failure.
Remarks
An application that creates a taskbar window must also create a desktop window. Both windows must be created before RegisterTaskBar is called. The desktop window must be full-screen and nontransparent, and have a window class name of DesktopExplorerWindow. This function should only be called once.
Requirements
| Header | pwinuser.h |
| Windows Embedded CE | Windows CE 2.10 and later |