Copyright ©1995 by NeXT Computer, Inc. All Rights Reserved.
NIFillDomainHierarchy() |
SUMMARY Fill a column of a domain structure
DECLARED IN nikit/domain.h SYNOPSIS ni_status NIFillDomainHierarchy(struct NIHierarchyOfDomains *domains, int level, const char *toMatch, int selectedLevel) DESCRIPTION Use this function to fill in the next column (to the right) of a browser in a NetInfo Kit panel, in response to a selection by the user. The return value of this function can be converted to an English error message using the ni_error() function. The ni_error() function is documented in the netinfo(3) UNIX manual page RETURN A value indicating status, corresponding to the constants defined in the header file netinfo/ni_prot.h. |