Showexploretoolbar – Argox PT-9130 User Manual
Page 43

PT-90 Mobile Computer SDK Programming Manual 36
ShowExploreToolbar
To SHOW or HIDE Internet ExploreToolbar function display in Windows IE.
BOOL ShowExploreToolbar
{
BOOL
bShow
}
Parameters
bShow
[in] Flag that indicates whether to SHOW(TRUE) or HIDE(FALSE) the Internet Explorer toolbar in
Windows IE.
Returned Values
Returning TRUE if the operation is successful; otherwise FALSE.
Remarks
The ShowExploreToolbar function only affects Windows Internet Explorers been opened already.
Example
BOOL bResult;
bResult = ShowExploreToolbar(TRUE);
if(bResult == FALSE)
AfxMessageBox(_T("ShowExploreToolbar fail"));
Requirements
OS Versions: Windows CE 6.0 or beyond.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT90