Enumeration functions take an advisory maximum data-length parameter, prefmaxlen, which allows a control on the number of bytes returned from an enumeration call. The preferred length is specified in units of 8-bit bytes. The actual function may return more than the preferred maximum length.
An enumeration call will not return partial entries.