The get_propfile_tableinfo function get the table information from property file.
|
Langunage type |
SubRoutine |
|
C/C++ |
get_propfile_tableinfo(idFileParam, sblock, nblock, sNameTable, nNameTable, szDataTable, errflg) |
Parameter information
|
Variable Name |
Size |
Description |
|
idFileParam |
int |
[in] property file ID. |
|
sblock |
char [256] |
[in] block name |
|
nblock |
int |
[in] the number of block name characters |
|
sNameTable |
char [256] |
[out] table name |
|
nNameTable |
int |
[out] the number of table name characters. |
|
szDataTable |
int |
[out] the total number of data in the table |
|
errflg |
int |
[out] error status (0: No error, 1: error) |