Setkeypadalphamode, Setalphamode – Argox PT-9130 User Manual

Page 31

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 24

SetKeypadAlphaMode

To change keypad INPUT mode.

DWORD SetKeypadAlphaMode

{

int

nMode

}

Parameters

nMode

[in] Flags for setting INPUT mode. This parameterer must be one of the values in the table below.

Value

Alpha mode

0

numeric mode

1

lowercase letter mode

2

uppercase letter mode

Returned Values

If this action succeeds, the returnedvalue is

E_FUNC_SUCCEED

. If this action fails, possible returned values are

E_FUNC_ERROR

,

E_FUNC_PAR_ERROR

.

Example

DWORD dwResult;

dwResult = SetKeypadAlphaMode(1);

if(dwResult != E_FUNC_SUCCEED)

AfxMessageBox(_T("SetKeypadAlphaMode fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: sysapiax.h

Link Library: sysapiax.lib

Link DLL: sysapiax.dll
Device: PT90

Advertising