Contents page

DeleteListInfo()


    USAGE

void DeleteListInfo(ListInfo)

FUNCTION

This deallocates the given ListInfo structure. DeleteListInfo should be used in conjunction with DupeListInfo. The purpose of these routines is to provide a methode for generating multiple copies of the same window, so they can run concurrently.

see also: the section Intuition Tools

INPUTS

ListInfo = Pointer to a ListInfo structure that was previously created with DupeListInfo.

RESULT

none (void)

SEE ALSO

DupeListInfo