Programming Manual
29
ShowTaskbar
The ShowTaskbar function display and hide the taskbar.
BOOL ShowTaskbar
{
BOOL
bShow
}
Parameters
bShow
[in] Flag that indicates whether display the taskbar(TRUE) or hide the taskbar(FALSE).
Return Values
Return TRUE if the operation is successful; otherwise FALSE.
Remarks
After called this function, terminal will display or hide taskbar. If taskbar is hide by this function, it need to call this
function to display taskbar again.
Example
BOOL bResult;
bResult = ShowTaskbar(TRUE);
if(bResult == FALSE)
AfxMessageBox(_T("ShowTaskbar fail"));
Requirements
OS Versions:
Windows CE 5.0 and later.
Header:
sysapiax.h
Link Library:
sysapiax.lib
Link DLL:
sysapiax.dll
Device:
PT61