bthprops.cpl: Add BluetoothFindFirstDevice stub.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Austin English 2016-05-19 23:07:52 -05:00 committed by Alexandre Julliard
parent cec1281cd7
commit 0880955733
3 changed files with 13 additions and 2 deletions

View File

@ -14,7 +14,7 @@
@ stub BluetoothFindDeviceClose
@ stub BluetoothFindFirstBrowseGroup
@ stub BluetoothFindFirstClassId
@ stub BluetoothFindFirstDevice
@ stdcall BluetoothFindFirstDevice(ptr ptr)
@ stub BluetoothFindFirstProfileDescriptor
@ stub BluetoothFindFirstProtocolDescriptorStack
@ stub BluetoothFindFirstProtocolEntry

View File

@ -31,6 +31,17 @@
WINE_DEFAULT_DEBUG_CHANNEL(bthpropscpl);
/*********************************************************************
* BluetoothFindFirstDevice
*/
HBLUETOOTH_DEVICE_FIND WINAPI BluetoothFindFirstDevice(BLUETOOTH_DEVICE_SEARCH_PARAMS *params,
BLUETOOTH_DEVICE_INFO *info)
{
FIXME("(%p %p): stub!\n", params, info);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return NULL;
}
/*********************************************************************
* BluetoothFindFirstRadio
*/

View File

@ -11,7 +11,7 @@
@ stub BluetoothFindDeviceClose
@ stub BluetoothFindFirstBrowseGroup
@ stub BluetoothFindFirstClassId
@ stub BluetoothFindFirstDevice
@ stdcall BluetoothFindFirstDevice(ptr ptr) bthprops.cpl.BluetoothFindFirstDevice
@ stub BluetoothFindFirstProfileDescriptor
@ stub BluetoothFindFirstProtocolDescriptorStack
@ stub BluetoothFindFirstProtocolEntry