PP_EZTrial1Ex()

Runs the EZ Trialâ„¢ algorithm with additional options

Applies to:

Win32, Win64

Syntax-VB:

Declare Function pp_eztrial1ex(ByVal file As String, ByVal password As String, ByVal flags As Long, ByRef errorcode As Long, ByRef lfhandle As Long) As Long

Syntax-C:

LONG pp_eztrial1ex(LPSTR file, LPSTR password, LONG flags, LPLONG errorcode, LPLONG lfhandle)

Arguments:

<flags>

Flag

Value

Description

EZTRIAL1EX_NO_NET

1

Disables Network Floating licensing when VAR_LAN_LIMIT is set.

LFOPEN_AS32BIT

128

Causes 64-bit applications to open system and registry based license files/aliases using 32-bit locations (SysWOW64 and Wow6432Node respectively).

Please refer to PP_EZTRIAL1() for remaining arguments.

Description:

This function is an extension of the PP_EZTRIAL1() function. A flags parameter has been added to allow specifying additional options.