Showdesktop – Argox PT-9130 User Manual
Page 42

PT-90 Mobile Computer SDK Programming Manual 35
ShowDesktop
To SHOW or HIDE Desktop function icon display.
BOOL ShowDesktop
{
BOOL
bShow
}
Parameters
bShow
[in] Flag that indicates whether to SHOW(TRUE) or HIDE(FALSE) the Desktop function icon display.
Returned Values
Returning TRUE if the operation is successful; otherwise FALSE.
Remarks
After calling this function with parameter FALSE, the terminal will HIDE all icons on Desktop. After calling this
function with parameter TRUE, the terminal will SHOW all icons on Desktop.
Example
BOOL bResult;
bResult = ShowDesktop(TRUE);
if(bResult == FALSE)
AfxMessageBox(_T("ShowDesktop fail"));
Requirements
OS Versions: Windows CE 6.0 or beyond.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT90