API 설명서 > Windchill servers > Object ProServercheckoutopts > Function ProServercheckoutoptsDownloadSet
Function ProServercheckoutoptsDownloadSet
Description
Sets the flag for download or link in the checkout options structure. Applicable only if the application is checking out the objects (PRO_B_TRUE passed to ProServerObjectsCheckout() argument checkout).
Synopsis
#include <ProWTUtils.h>
ProServercheckoutoptsDownloadSet
(
/* (In)
The checkout options.
*/
ProBoolean download
/* (In)
PRO_B_TRUE to download the checked out files, PRO_B_FALSE to check out as a link.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
User Guide References
도움이 되셨나요?