Category
Windchill servers
, Object
ProServercheckoutopts
Function ProServercheckoutoptsFree
Description
Frees a set of checkout options.
Synopsis
#include <
ProWTUtils.h
>
ProError
ProServercheckoutoptsFree
(
ProServerCheckoutOptions
opts
/* (In)
The checkout options.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
Manual References:
Data Management: Windchill Operations: Checkout and Download
Data Management: Windchill Operations: Checkout and Download
Sample Code References:
pt_wc_server ( PTWCServerPartToPView.c )