CipherLab 9400 Series User Manual page 149

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

SetKeyPadAlphaKeyLock
Purpose
To set the [Alpha] key lock.
Syntax
int SetKeyPadAlphaKeyLock (byte lock);
Parameters
lock
[in] Byte variable
0
1
Example for C#
int b1 = 0;
b1 = Cipherlab.SystemAPI.Member.SetKeyPadAlphaKeyLock(0);
Example for VB
Cipherlab.SystemAPI.Member.SetKeyPadAlphaKeyLock(0)
Return Value
If successful, it returns 1.
Otherwise, it returns 0.
See Also
GetKeyPadKeyLock
Alpha Key unlocked
Alpha Key locked
Call GetErrorCode() to find the error condition encountered:
1
(Get Key Handle Fail)
2
(Full Key Locked)
4
(Set Alpha Key Lock Handle Fail)
Chapter 3
System API
(=disabled)
141

Advertisement

Table of Contents
loading

Table of Contents