include: Fix BluetoothRegisterForAuthentication prototype.
The first parameter is defined as const BLUETOOTH_DEVICE_INFO in MSDN and bluetoothapis.h.
This commit is contained in:
parent
ba960ed499
commit
079ff28fce
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ DWORD WINAPI BluetoothGetDeviceInfo(HANDLE, BLUETOOTH_DEVICE_INFO *);
|
|||
DWORD WINAPI BluetoothGetRadioInfo(HANDLE, PBLUETOOTH_RADIO_INFO);
|
||||
BOOL WINAPI BluetoothIsConnectable(HANDLE);
|
||||
BOOL WINAPI BluetoothIsDiscoverable(HANDLE);
|
||||
DWORD WINAPI BluetoothRegisterForAuthentication(BLUETOOTH_DEVICE_INFO *, HBLUETOOTH_AUTHENTICATION_REGISTRATION *, PFN_AUTHENTICATION_CALLBACK, void *);
|
||||
DWORD WINAPI BluetoothRegisterForAuthentication(const BLUETOOTH_DEVICE_INFO *, HBLUETOOTH_AUTHENTICATION_REGISTRATION *, PFN_AUTHENTICATION_CALLBACK, void *);
|
||||
DWORD WINAPI BluetoothRegisterForAuthenticationEx(const BLUETOOTH_DEVICE_INFO *, HBLUETOOTH_AUTHENTICATION_REGISTRATION *, PFN_AUTHENTICATION_CALLBACK_EX, void *);
|
||||
DWORD WINAPI BluetoothRemoveDevice(BLUETOOTH_ADDRESS *);
|
||||
#define BluetoothEnumAttributes BluetoothSdpEnumAttributes
|
||||
|
|
Loading…
Add table
Reference in a new issue