API 文件集 > Miscellaneous > Object ProTrailfile > Function ProTrailfileCommentWrite
Function ProTrailfileCommentWrite
Description
Appends a comment to the specified trail file.
Synopsis
#include <ProUtil.h>
ProTrailfileCommentWrite
(
ProComment comment
/* (In)
The comment to add to the trail file. The length of the
*/
)
Returns
The function successfully added the comment.
The specified comment was too long.
A general error occurred and the function could not add the comment to the trail file.
Sample Code References
這是否有幫助?