Function ProServercheckinoptsBaselineSet
Description
Sets the baseline information to use for a given checkin operation. Does not apply to upload operations.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServercheckinoptsBaselineSet
(
/* (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
The function succeeded.
One or more arguments was invalid.
User Guide References
これは役に立ちましたか?