BthFindEirRecordClose (Compact 2013)

3/26/2014

This function closes the enumeration handle.

Syntax

int BthFindEirRecordClose(
    __in HANDLE hFind
);

Parameters

  • hFind
    [in] Handle to the enumeration to be closed.

Return Value

The following table shows the possible return values.

Value

Description

ERROR_SUCCESS

Success.

ERROR_SERVICE_NOT_ACTIVE

The Bluetooth stack is not present.

ERROR_NOT_FOUND

The Extended Inquiry Response (EIR) record could not be queried from the specified device.

Requirements

Header

bt_api.h

Library

Btdrt.lib

See Also

Reference

Bluetooth API Connection Functions
BthFindFirstEirRecord