Carbon


NSLDisposeServicesList

Header: NSL.h Carbon status: Supported

Disposes of a services list.

void NSLDisposeServicesList (
    NSLServicesList theList
);
Parameter descriptions
theList

On input, the services list that is to be disposed of.

DISCUSSION

The NSLDisposeServicesList function reclaims memory by disposing of a services list. Once you’ve incorporated the information in a services list into a request parameter block, you can dispose of the services list.

Calling NSLCloseNavigationAPI does not reclaim memory allocated for services lists, so your application should dispose of services lists before it closes the NSL session.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)