Category Windchill servers, Object ProServercheckoutopts

Function ProServercheckoutoptsIncludeinstancesSet


Description
Sets the flag for including instances in the checkout options.
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckoutoptsIncludeinstancesSet(
ProServerCheckoutOptions opts
/* (In)
The checkout options.
*/
ProServerInclude include_option
/* (In)
The include option.
*/
wchar_t** selected_includes
/* (In)
ProArray of URL's to the selected includes, if include option = PRO_SERVER_INCLUDE_SELECTED. Can be NULL.
*/
)
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 )