API 설명서 > Windchill servers > Object ProServercheckoutopts > Function ProServercheckoutoptsReadonlySet
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>
ProServercheckoutoptsReadonlySet
(
/* (In)
The checkout options.
*/
ProBoolean readonly
/* (In)
PRO_B_TRUE to download as readonly, PRO_B_FALSE to download normally
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
User Guide References
도움이 되셨나요?