--- In [email protected], "brucexs" <bruc...@...> wrote:
> No, you always have to do registersig. You will need dummy routines for
> reference counting (or local copy) and free (unless you decide to allocate
> internal resources for dll).
Ok. I can probably do this:
for each sSection in ini.sections(file_name)
for each sKey in ini.keys(sSection [, file_name])
...
endfor
endfor
where ini.sections always returns the one and only one handle of a collection
of sections) and ini.keys the one and only one handle of a collection of keys,
both using same sig.