SHSetNavBarText (Windows CE 5.0)

Send Feedback

This function sets the title text in the taskbar.

Syntax

BOOL SHSetNavBarText(  HWND hwndRequester,  LPCTSTR pszText);

Parameters

  • hwndRequester
    [in] Handle to the top-level window requesting the new taskbar title.
  • pszText
    [in] Pointer to a null-terminated string for the new title. May also be NULL, which will reset the taskbar title to the title of hwndRequester.

Return Values

This function returns TRUE if it is successful and FALSE if it fails.

Remarks

Typically, the text that appears in the taskbar is the title of the currently active application. In some rare cases, an application may want to override this title and set the title explicitly.

Requirements

Pocket PC: Pocket PC 2000 and later
OS Versions: Windows CE 3.0 and later
Header: aygshell.h
Library: aygshell.lib

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.