IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

ServiceComment Property

A comment describing the service.

Syntax

ANSI (Cross Platform)
char* GetServiceComment();
int SetServiceComment(const char* lpszServiceComment); Unicode (Windows) LPWSTR GetServiceComment();
INT SetServiceComment(LPCWSTR lpszServiceComment);
#define PID_BTINFO_SERVICECOMMENT 22

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 an optional comment describing 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]