Category Windchill servers, Object ProServercheckinopts

Function ProServercheckinoptsAlloc


Description
Allocates a new set of checkin/upload options. The properties of the options will match the default checkin/upload properties in Creo Parametric.
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckinoptsAlloc(
ProServerCheckinOptions* opts
/* (Out)
The checkin/upload options.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Data Management: Windchill Operations: CheckIn
  2. Data Management: Windchill Operations: CheckIn

Sample Code References:

  1. pt_wc_server ( PTWCServerPopulate.c )
  2. pt_wc_server ( PTWCServerUtils.c )