Jump to: navigation, search

TKVListPrint

Description

Sends the data contained in a data structure specified by the parameter list to the file specified by the parameter f.

Syntax

void TKVListPrint(
	void *f,
	TKVList *list,
	char *header
	);

Parameters

For basic type information for each parameter, consult the Syntax section, above.

Name Description
f A pointer to the file where the data is requested to be printed.
list A pointer to the data structure that is requested to be printed.
header A pointer to the string containing additional text to be printed (date and time, source ID, comments, and so on). Set to 0 if no additional text should be printed.

Return Values

None

This page was last edited on March 17, 2016, at 18:08.
Comments or questions about this documentation? Contact us for support!