Wl_disable – Argox PT-9130 User Manual

Page 50

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 43

WL_Disable

To DISABLE the WLAN function.

BOOL WL_Disable

{

}

Parameters

None.

Returned Values

Returning TRUE if the operation is successful; otherwise FALSE.

Example

BOOL bResult;

bResult = WL_Disable();

if(bResult == FALSE)

AfxMessageBox(_T("Wireless disable fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: sysapiax.h

Link Library: sysapiax.lib

Link DLL: sysapiax.dll
Device: PT90

Advertising