| Description | 
            
            
                 | Sets the baseline information to use for a given checkin operation. Does not apply to upload operations. | 
            
            
                
                    | Replacement in Object TOOLKIT:  | pfcServer::CheckinObjects | 
                
            
            
                | Synopsis | 
            
            
                | #include <ProWTUtils.h> | 
            
            
                | ProError | ProServercheckinoptsBaselineSet | ( | 
            
            
                 | ProServerCheckinOptions opts |  | 
            
            
                 | /*
(In) | 
            
            
                 | The checkin options. | 
            
            
                 | */ | 
            
            
                 | ProBoolean create_baseline |  | 
            
            
                 | /*
(In) | 
            
            
                 | PRO_B_TRUE to create a new baseline upon checkin. | 
            
            
                 | */ | 
            
            
                 | wchar_t* baseline_name |  | 
            
            
                 | /*
(In) | 
            
            
                 | The baseline name. This argument is mandatory and cannot be NULL. | 
            
            
                 | */ | 
            
            
                 | wchar_t* baseline_number |  | 
            
            
                 | /*
(In) | 
            
            
                 | The baseline number. Pass NULL to use the default number. | 
            
            
                 | */ | 
            
            
                 | wchar_t* baseline_location |  | 
            
            
                 | /*
(In) | 
            
            
                 | The baseline location. Pass NULL to use the default location. | 
            
            
                 | */ | 
            
            
                 | wchar_t* baseline_lifecycle |  | 
            
            
                 | /*
(In) | 
            
            
                 | The baseline lifecycle. Pass NULL to use the default lifecycle. | 
            
            
                 | */ | 
            
            
                | ) | 
            
            
                | Returns | 
            
            
                 | 
                    
                 |