Hide My Folders ActiveX - RemoveWhiteAppListItem method

RemoveWhiteAppListItem method removes the specified application (full path to the executable file) from "white applications' list".  

BOOL RemoveWhiteAppListItem(
  BSTR strFullPathToApplicationFile
);


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


See also

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