Category
Drawings and detail
, Object
ProDwgcreate
Function ProDwgcreateErrsFree
Description
Frees an existing errors table.
Synopsis
#include <
ProDrawing.h
>
ProError
ProDwgcreateErrsFree
(
ProDwgcreateErrs
*
errors
/* (In)
A pointer to the errors table.
*/
)
Returns
PRO_TK_NO_ERROR
The error structure was freed.
PRO_TK_BAD_INPUTS
The argument is invalid.
Manual References:
Drawings: Diagnosing Drawing Creation Errors
Drawings: Diagnosing Drawing Creation Errors