Hide My Folders ActiveX - AddWhiteAppListItem method

AddWhiteAppListItem method adds the specified application (full path to the executable file) to "white applications' list".  

BOOL AddWhiteAppListItem(
  BSTR strFullPathToApplicationFile
);


Parameters
  strFullPathToApplicationFile     [in] The full path to the executive file of the application that should be added to "white applications' list".
Return Values
  AddWhiteAppListItem method returns TRUE if application was successfully added to the list and FALSE otherwise.


See also

GetWhiteAppListCount, GetWhiteAppListItem, ClearWhiteAppListItem, RemoveWhiteAppListItem, AddCurrentProcessToWhiteAppList, RemoveCurprocessFromWhiteAppList, AddWhiteAppPID, RemoveWhiteAppPID, ClearWhiteAppPIDList