EasyManua.ls Logo

Argox PT-9230 - Showexploretoolbar

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 32
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

Table of Contents

Related product manuals