Category Windchill servers, Object ProServercheckoutopts

Function ProServercheckoutoptsAlloc


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

Manual References:

  1. Data Management: Windchill Operations: Checkout and Download
  2. Data Management: Windchill Operations: Checkout and Download

Sample Code References:

  1. pt_wc_server ( PTWCServerPartToPView.c )