EnableWhiteAppExtendedCheck ENABLES extended checking of authenticity of the executables in the white list.
If an application is trying to access a hidden file, then we will not also check its name and path but also apply additional checkings to the file in the white list to verify its permissions to access the file.
| BOOL EnableWhiteAppExtendedCheck( | ||
| void | ||
| ); | ||
Parameters None
Return Values EnableWhiteAppExtendedCheck method returns TRUE if action was successful and FALSE otherwise.
See also