PT-90 Mobile Computer SDK Programming Manual
118
ChangePINCode
Allows defining new PIN code password.
DWORD
ChangePINCode
{
LPTSTR
lpOldPIN
,
LPTSTR
lpNewPIN
}
Parameters
lpOldPIN
[in] Old PIN code passwords, size of 4~8 character.
lpNewPIN
[in] New PIN code passwords, size of 4~8 character.
Returned Values
If the action succeeds, the returned value is
. If the action fails, possible returned values are
Example
if(ChangePINCode(_T("0000"), _T("1111")) != E_FUNC_SUCCEED)
AfxMessageBox(_T("Change PIN code fail!"));
Requirements
OS Versions:
Windows CE 6.0 or beyond.
Header:
sysapiax.h
Link Library:
sysapiax.lib
Link DLL:
sysapiax.dll
Device:
PT90