Automatic comments in files

tifiles_comment_set_single

TIEXPORT2 const char* TICALL tifiles_comment_set_single(void)

Use tifiles_comment_set_single_sn instead.

Return value :
a static string.

tifiles_comment_set_single_sn

TIEXPORT2 char* TICALL tifiles_comment_set_single_sn(char * comment, uint32_t maxlen)

Stores a comment such as "Group file dated 12/31/99, 15:15" into the maxlen first bytes of the given buffer.

comment :
destination buffer for storing the comment, needs to be at least 41 chars long.
maxlen :
maximum length to be written.
Return value :
the given comment buffer.

tifiles_comment_set_group

TIEXPORT2 const char* TICALL tifiles_comment_set_group(void)

Use tifiles_comment_set_group_sn instead.

Return value :
a static string.

tifiles_comment_set_group_sn

TIEXPORT2 char* TICALL tifiles_comment_set_group_sn(char * comment, uint32_t maxlen)

Returns a string which contains a comment such as "Group file dated 12/31/99, 15:15".

Return value :
the given comment buffer.

tifiles_comment_set_backup

TIEXPORT2 const char* TICALL tifiles_comment_set_backup(void)

Use tifiles_comment_set_backup_sn instead.

Return value :
a static string.

tifiles_comment_set_backup_sn

TIEXPORT2 char* TICALL tifiles_comment_set_backup_sn(char * comment, uint32_t maxlen)

Returns a string which contains a comment such as "Group file dated 12/31/99, 15:15".

Return value :
the given comment buffer.

tifiles_comment_set_tigroup

TIEXPORT2 const char* TICALL tifiles_comment_set_tigroup(void)

Use tifiles_comment_set_tigroup_sn instead.

Return value :
a static string.

tifiles_comment_set_tigroup_sn

TIEXPORT2 char* TICALL tifiles_comment_set_tigroup_sn(char * comment, uint32_t maxlen)

Returns a string which contains a comment such as "TiGroup file dated 12/31/99, 15:15".

Return value :
the given comment buffer.

Return to the main index