PP_LFUNLOCK()

Unlocks the License File

Applies to:

Win32, Win64

Syntax-VB:

Declare Function pp_lfunlock(ByVal handle As Long) As Long

Syntax-C:

LONG pp_lfunlock(LONG handle)

Arguments:

<handle> is the handle to the License File given by pp_lfopen()

Returns:

Refer to pp_errorstr() for a table of possible return codes and their meaning. Typically, PP_SUCCESS [1] (file was unlocked) is returned.

Description:

Unlocks the License File that was previously locked by pp_lflock().

Example:

Refer to pp_lflock() for an example of locking and unlocking a License File.

See Also:

PP_LFOPEN() and PP_LFLOCK()

Related Topics