IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

ServiceName Property

The name of the service.

Syntax

ANSI (Cross Platform)
char* GetServiceName();
int SetServiceName(const char* lpszServiceName); Unicode (Windows) LPWSTR GetServiceName();
INT SetServiceName(LPCWSTR lpszServiceName);
#define PID_BTINFO_SERVICENAME 25

IPWORKSBT_EXTERNAL void* IPWORKSBT_CALL IPWorksBT_BTInfo_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSBT_EXTERNAL int IPWORKSBT_CALL IPWorksBT_BTInfo_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property holds the name of the service specified by ServiceIndex.

This property is not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 C++ Edition - Version 20.0 [Build 7941]