Category
Creo Parametric fundamentals
, Object
ProTrailfile
Function ProTrailfileCommentWrite
Description
Appends a comment to the specified trail file.
Synopsis
#include <
ProUtil.h
>
ProError
ProTrailfileCommentWrite
(
ProComment
comment
/* (In)
The comment to add to the trail file. The length of the
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully added the comment.
PRO_TK_LINE_TOO_LONG
The specified comment was too long.
PRO_TK_GENERAL_ERROR
A general error occurred and the function could not add the comment to the trail file.
Manual References:
Core: Utilities: Trail Files
Sample Code References:
pt_examples ( TestMain.c )