Determines whether or not the next period of protection is locked or unlocked (for passwords that have an expiration date)

[C++Builder/Visual C++] BOOL PK3NextIsUnlocked(void);
[Delphi] function PK3NextIsUnlocked: LongBool;
[Visual Basic] Function PK3NextIsUnlocked() As Long

Parameters

None

Return Value

Returns the True (nonzero) if protection is unlocked for the next protection period, otherwise returns False (0).

Explanation

The PK3NextIsUnlocked function determines whether or not the next period of protection is locked or unlocked (for passwords that have an expiration date).

This function can be used to confirm whether or not the PK3NextSetPassword has been used to set a password.

Disabled when not using passwords with an expiration date.