Hide My Folders ActiveX - RemoveWhiteAppPID method

RemoveWhiteAppPID method removes application from "white applications' PID list" by its process ID (PID).  

BOOL RemoveWhiteAppPID(
  LONG nProcessID
);


Parameters
  nProcessID     [in] The process ID of the application that should be removed from "white applications' PID list".
Return Values
  RemoveWhiteAppPID method returns TRUE if PID was successfully removed from the list and FALSE otherwise.


See also

GetWhiteAppListCount, GetWhiteAppListItem, AddWhiteAppListItem, RemoveWhiteAppListItem, AddCurrentProcessToWhiteAppList, RemoveCurprocessFromWhiteAppList, AddWhiteAppPID, ClearWhiteAppPIDList