| 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> | ||||||||
| ProError | ProServercheckoutoptsReadonlySet | ( | ||||||
| ProServerCheckoutOptions opts | ||||||||
| /* (In) | ||||||||
| The checkout options. | ||||||||
| */ | ||||||||
| ProBoolean readonly | ||||||||
| /* (In) | ||||||||
| PRO_B_TRUE to download as readonly, PRO_B_FALSE to download normally | ||||||||
| */ | ||||||||
| ) | ||||||||
| Returns | ||||||||
                    
  | 
            ||||||||