Showtaskbar – Argox PT-9130 User Manual

Page 44

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 37

ShowTaskbar

To SHOW or HIDE Taskbar function display.

BOOL ShowTaskbar

{

BOOL

bShow

}

Parameters

bShow

[in] Flag that indicates whether to SHOW(TRUE) or HIDE(FALSE) Taskbar display.

Returned Values

Returning TRUE if the operation is successful; otherwise FALSE.

Remarks

After calling this function, the terminal will SHOW or HIDE Taskbar. If Taskbar is hidden by this function, it needs

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 6.0 or beyond.

Header: sysapiax.h

Link Library: sysapiax.lib

Link DLL: sysapiax.dll
Device: PT90

Advertising