Category Creo Parametric fundamentals, Object ProTrailfile

Function ProTrailfileCommentWrite


Description
Appends a comment to the specified trail file.
Synopsis
#include <ProUtil.h>
ProErrorProTrailfileCommentWrite(
ProComment comment
/* (In)
The comment to add to the trail file. The length of the
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the comment.
PRO_TK_LINE_TOO_LONGThe specified comment was too long.
PRO_TK_GENERAL_ERRORA general error occurred and the function could not add the comment to the trail file.

Manual References:

  1. Core: Utilities: Trail Files

Sample Code References:

  1. pt_examples ( TestMain.c )