|
|
|
|
|
BTOpenDeviceProperties (Function) In french: BTOuvrePropriétésPériphérique Opens the window of properties for a Bluetooth device. nDeviceNumber is int
nDeviceNumber = TABLE_Device.COL_ID[TABLE_Device]
BTOpenDeviceProperties(nDeviceNumber)
Syntax
<Result> = BTOpenDeviceProperties(<Device identifier>)
<Result>: Boolean - True if the window of device properties was displayed,
- False otherwise. ErrorInfo returns more information on the error.
<Device identifier>: Integer Identifier of the Bluetooth device to use. This identifier is returned by BTListDevice or BTSelectDevice. Remarks Only the Microsoft Bluetooth stack is supported by this function. To know the stack used, call BTStack.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|