WSALookupServiceEnd (Bluetooth) (Windows CE 5.0)

Send Feedback

This function frees the handle after previous calls to the WSALookupServiceBegin (Bluetooth) and WSALookupServiceNext (Bluetooth) functions.

Note   This function is actually a Winsock function. However, the information that is presented in it is specific to Bluetooth.

INT WSALookupServiceEnd(HANDLE hLookup);

Parameters

Return Values

If the operation was successful, the return value is zero. Otherwise, the value SOCKET_ERROR is returned. You can retrieve the specific error number by calling the WSAGetLastError function.

To cancel a pending inquiry, pass BTHNS_ABORT_CURRENT_INQUIRY as a handle parameter to WSALookupServiceEnd (Bluetooth).

Remarks

If you call WSALookupServiceEnd from another thread while an existing WSALookupServiceNext (Bluetooth) is executing, the call to WSALookupServiceNext will be canceled and will return to the calling application immediately.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winsock2.h.
Link Library: Ws2.lib.

See Also

Bluetooth Application Development Functions | WSALookupServiceBegin (Bluetooth) | WSALookupServiceNext (Bluetooth) | WSAGetLastError

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.