Description
Called once for each library in the target library list.
Syntax
typedef PBCALLBACK (void, *PBORCA_SETTGTPROC) ( PPBORCA_SETTARGET, LPVOID );
| 
                               Argument  | 
                           
                               Description  | 
                        
|---|---|
| 
                               PPBORCA_SETTARGET  | 
                           
                               Pointer to the PBORCA_SCCSETTARGET structure  | 
                        
| 
                               LPVOID  | 
                           
                               Long pointer to user data  | 
                        
Return value
None.
Usage
This callback function allows you to know which libraries are going to be refreshed by default and gives you the opportunity to call PBORCA_SccExcludeLibraryList when you are certain that specific shared libraries have already been refreshed by a previous task.


