LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Type define of IniText

I would like to use "inifile.fp" driver to IO files.
I noticed that their is "IniText"struct which is
defined as following in inifile.h:

typedef struct IniStructForwardReferenceTag *IniText;

However, I can not find the defination of IniStructForwardReferenceTag

yinyz
0 Kudos
Message 1 of 4
(4,531 Views)
struct IniStructForwardReferenceTag is declared in ...\CVI\toolslib\toolbox\inifile.c
0 Kudos
Message 2 of 4
(4,525 Views)
Thank you. I've got it, but I am still puzzling about the meaning of
IniStructForwardReferenceTag's member. Acctually, I found that there
is not enough help attached to CVI's help menu, Especiall for those
.fp function.

Is it possible for me to find some docs and samples about .fp function?

Yinyz
0 Kudos
Message 3 of 4
(4,513 Views)
Hello Yinyz,

For an example on how to read/write ini files in CVI, I would suggest taking a look at the ini shipping example located at /samples/toolbox/ini.prj.

Thanks.
Wendy L
LabWindows/CVI Developer Newsletter
0 Kudos
Message 4 of 4
(4,492 Views)