EnumKeyInit

When you want to enumerate all the keys of a section, you must first call this function before calling the other EnumKey functions.

EnumKeyInit (Section As String) As Long

Parameters

Section

[in] Name of the section to use to enumerate keys.

Return Value

0: success
1: failed, cannot enumerate
 

Return to aaxIniFile Control