Category Windchill servers, Object ProServercheckoutopts

Function ProServercheckoutoptsReadonlySet


Description
Sets the flag for readonly download or normal download in the checkout options structure. Applicable only if the application is downloading without checking out (PRO_B_FALSE passed to ProServerObjectsCheckout() argument checkout).
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckoutoptsReadonlySet(
ProServerCheckoutOptions opts
/* (In)
The checkout options.
*/
ProBoolean readonly
/* (In)
PRO_B_TRUE to download as readonly, PRO_B_FALSE to download normally
*/
)
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