EntryEnumerate

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber EntryEnumerate(SalString sSection, SalArray<SalString> sEntries)

 The EntryEnumerate method enumerates all entries in a section of the personal and default profile.

Parameters

Name Description
SalString sSection The section whose entries should be enumerated.
ref SalString<SalArray> sEntries Array of entries found in the section.

Returns

The return value is the number of entries found in the section, or -1 if the section did not exist.

Comments

The enumeration will include the union of entries found in the specified section in the personal profile, and entries found in the same section of the default profile.