Monday, June 13, 2016 - 11:56

New V6 service build has been released. This update is highly recommended for all PC Guard V6 users!

What's new:

[+] New protection interface structure members:

- PCGI_UpdatesPolicyError (DWORD)

0 - update allowed
1 - update not allowed (accordingly to current updates policy)

- PCGI_FailedUpdateID (DWORD)

Update ID of update which failed updates policy.
(when PCGI_UpdatesPolicyError is set to 1)

Same information is also accessible via environment variables.

[+] "App will handle updates policy" new protection interface option.

If enabled, protected application will be responsible for managing updates policy.

By default, in case update is not allowed error message is displayed and application is closed. In order to prevent this default behaviour you can now handle not allowed updates from your code by checking value of PCGI_UpdatesPolicyError.

[!] Fixed problem with "Auto enter application after x seconds" option in case of the following protection scenarios:

1. remote protection + demo mode + serial numbers + serial number if required for demo mode option.

2. plain/usb + serial numbers 

[!] Fixed problem with CheckForUsbDrive() advanced protection interface function.

[*] TLS section managament improved.

[*] Problems with loading of some 32bit DLL modules on Windows XP resolved.

[!] NET64: Fixed problem with encrypted x64 .NET DLL modules related to Windows updates KB3126587 and KB3126593 on Windows 7 64bit operating systems.

[>] Interface dll (iDLL/iDLL64) has been updated. Please be sure to update existing version with this one.

[>] NEW PROTECTION INTERFACE STRUCTURE

Protection interface structure has been changed in this release. Although it's still compatible (structure size is unchanged) with previous release we suggest updating existing protection interface definitions in your applications so you can access new data.

Updated protection interface documentation and new versions of include files are also included in this update.