The get_propfile_string function get the string value from property file.
|
Langunage type |
SubRoutine |
|
C/C++ |
get_propfile_double(idFileParam, sblock, nblock, sAttribute, nAttribute, retdValue, 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 |
|
sAttribute |
char [256] |
[in] attribute name |
|
nAttribute |
int |
[in] the number of attribute name characters |
|
retsValue |
char [256] |
[out] string value of the attribute [max size:256] |
|
errflg |
int |
[out] error status (0: No error, 1: error) |