EasyManua.ls Logo

Argox PT-9230 - Showdesktop

Argox PT-9230
182 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
PT-9230 Mobile Computer SDK Programming Manual 31
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

Table of Contents

Related product manuals