Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This IOCTL retrieves the address of a peer Bluetooth device.

Parameters

dwCode

[in] Specifies this code.

pBufIn

Ignored.

dwLenIn

Ignored.

pBufOut

Points to BT_ADDRthat stores the address of the peer device.

dwLenOut

Specifies the size of BT_ADDRpointed by pBufOut.

pdwActualOut

Ignored.

Remarks

BT_ADDRis defined in Ws2bth.h:

Copy Code
typedef ULONGLONG bt_addr, *pbt_addr, BT_ADDR, *PBT_ADDR;

Requirements

Header bt_api.h
Windows Embedded CE Windows CE .NET 4.2 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also