Hide My Folders ActiveX - GetWhiteAppListItem method

GetWhiteAppListItem method returns the path to executive file of the specified "white applications' list" item which is passed as parameter to this method.  

BOOL GetWhiteAppListItem(
  LONG lItemIndex,
  BSTR* strFullPathToApplicationFile
);


Parameters
  lItemIndex     [in] Index of the item in "white applications' list".   strFullPathToApplicationFile     [out] The full path to the executive file of the application in "white applications' list".
Return Values
  GetWhiteAppListItem method returns TRUE if operation was successful and FALSE otherwise.


See also

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