다음을 통해 공유


BluetoothFindNextDevice 함수(bluetoothapis.h)

BluetoothFindNextDevice 함수는 다음 Bluetooth 디바이스를 찾습니다.

구문

BOOL BluetoothFindNextDevice(
  HBLUETOOTH_DEVICE_FIND hFind,
  BLUETOOTH_DEVICE_INFO  *pbtdi
);

매개 변수

hFind

BluetoothFindFirstDevice 함수에 대한 이전 호출에서 가져온 쿼리에 대한 핸들입니다.

pbtdi

다음 Bluetooth 디바이스에 대한 정보가 배치되는 BLUETOOTH_DEVICE_INFO 구조체에 대한 포인터입니다. pbtdi가 가리키는 BLUETOOTH_DEVICE_INFO 구조체의 dwSize 멤버는 구조체의 크기와 일치해야 합니다. 그렇지 않으면 BluetoothFindNextDevice 호출이 실패합니다.

반환 값

다음 디바이스가 성공적으로 발견되면 TRUE 를 반환하고 pbtdi 매개 변수는 디바이스에 대한 정보를 가리킵니다. 오류 발생 시 FALSE 를 반환합니다. 오류에 대한 자세한 내용은 GetLastError 함수를 호출합니다. 다음 표에서는 일반적인 오류를 설명합니다.

반환 코드 설명
ERROR_INVALID_HANDLE
핸들이 NULL입니다.
ERROR_NO_MORE_ITEMS
더 이상 디바이스를 찾을 수 없습니다.
ERROR_OUTOFMEMORY
메모리가 부족합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista, WINDOWS XP SP2 [데스크톱 앱만 해당]
지원되는 최소 서버 지원되는 버전 없음
대상 플랫폼 Windows
헤더 bluetoothapis.h(Bthsdpdef.h, BluetoothAPIs.h 포함)
라이브러리 Bthprops.lib
DLL bthprops.cpl

추가 정보

BLUETOOTH_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothDisplayDeviceProperties

BluetoothFindDeviceClose

BluetoothFindFirstDevice

BluetoothGetDeviceInfo

BluetoothRemoveDevice

BluetoothUpdateDeviceRecord