Hide My Folders ActiveX - AddWhiteAppPID method

AddWhiteAppPID method adds application to "white applications' PID list" by its process ID (PID).  

BOOL AddWhiteAppPID(
  LONG nProcessID
);


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


See also

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