![]() |
NSLServiceIsInServiceList |
||||
Header: | NSL.h | Carbon status: | Supported | |
Determines whether a service is in a service list.
Boolean NSLServiceIsInServiceList ( NSLServicesList serviceList, NSLServiceType svcToFind );
On input, an NSLServicesList created by previously calling NSLMakeNewServicesList.
On input, a value of type NSLServiceType that contains a null-terminated service that is to be checked.
A value of TRUE indicates that the service specified by svcToFind is in the service list specified by serviceList; otherwise, NSLServiceIsInServiceList returns FALSE.
The NSLServiceIsInServiceList function determines whether the service specified by svcToFind is in the service list specified by serviceList.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)