Carbon


NSLCloseNavigationAPI

Header: NSL.h Carbon status: Supported

Closes a session with the NSL Manager.

void NSLCloseNavigationAPI (
    NSLClientRef theClient
);
Parameter descriptions
theClient

On input, the NSLClientRef, obtained by previously calling NSLOpenNavigationAPI, that identifies the session that is to be closed.

DISCUSSION

The NSLCloseNavigationAPI function closes the specified NSL Manager session.

If your application calls NSLCloseNavigationAPI while a lookup is in progress, any data that would have been returned is lost.

Your application is responsible for reclaiming memory that it allocates for services lists, parameter blocks, and lookup requests. Your application should reclaim this memory by calling NSLDisposeServicesList, NSLDeleteRequest and NSLFreeTypedDataPtr, respectively.


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