Function ProDwgcreateErrTypeGet
Description
Returns the type of a drawing creation error.
Synopsis
#include <ProDrawing.h>
ProDwgcreateErrTypeGet
(
/* (In)
The errors table.
*/
int error_num
/* (In)
The error number.
*/
/* (Out)
The error type.
*/
)
Returns
The function successfully found error and initialized type
The errors argument is invalid.
The error specified by error_num was not found.
User Guide References
これは役に立ちましたか?