IBTDevice::Rename (Compact 2013)
3/26/2014
This method changes the friendly name of the Bluetooth device to the specified name.
Syntax
HRESULT Rename(LPCWSTR szDeviveName);
Parameters
- szDeviveName
[in] The new device name.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
S_OK |
Success. |
E_FAIL |
Undefined failure. |