Hide My Folders ActiveX - DisableWhiteAppExtendedCheck method

DisableWhiteAppExtendedCheck DISABLES extended checking of authenticity of the executables in the white list.

Only the file name and path will be checked when an application tries to open hidden files. This method is really handy for developers, so they don't need to add their application into the white list again after re-compilation.  

BOOL DisableWhiteAppExtendedCheck(
  void
);


Parameters
  None
Return Values
  DisableWhiteAppExtendedCheck method returns TRUE if action was successful and FALSE otherwise.


See also

EnableWhiteAppExtendedCheck