ihuGetEnumeratedSets
Use the ihuGetEnumeratedSets function to retrieve all the enumerated sets that match the setname mask criteria. To retrieve all sets, pass * as the mask.
Prototype
ihuErrorCode IHUAPI ihuGetEnumeratedSets (
in long serverhandle,
in MSO Char *EnumeratedSetMask,
out long *numberofrecords,
out ihuEnumeratedSetRecordSet
*EnumeratedSetRecordSet )
Remarks
The ihuGetEnumeratedSets function returns the number of enumerated set records, plus the enumerated sets.
Returns
The ihuGetEnumeratedSets function returns ihuSTATUS_OK on success, or errors if invalid input parameters are found or if out-of-memory issues occur during dynamic memory allocation.