WSALookupServiceEnd (Bluetooth)
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
- hLookup
[in] Handle obtained from WSALookupServiceBegin (Bluetooth).
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: Bt_api.h.
Link Library: Btdrt.lib.
See Also
Bluetooth Functions | WSALookupServiceBegin (Bluetooth) | WSALookupServiceNext (Bluetooth) | WSAGetLastError | Bluetooth
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.