Introduction to Network Services Location Manager

Declared in
NSL.h
NSLCore.h

The Network Services Location Manager is an API that allows applications to locate network services. The high-level function, NSLStandardGetURL, automatically searches services, displays the search results in a dialog box, and allows the user to select a URL. The other high-level functions, NSLStandardRegisterURL and NSLStandardDeregisterURL, register and deregister services so they can be located by applications that search for them. Unlike the high-level Network Services Location Manager functions, the low-level Network Services Location Manager functions require you to open an session with the Network Services Location Manager, prepare search requests, check for search results, and, close the Network Services Location Manager session. The Network Services Location Manager also provides utility functions for manipulating Network Services Location Manager data types.