CallerId Property

The identifier of the caller.

Syntax

ANSI (Cross Platform)
char* GetCallerId();
int SetCallerId(const char* lpszCallerId); Unicode (Windows) LPWSTR GetCallerId();
INT SetCallerId(LPCWSTR lpszCallerId);
@property (nonatomic,readwrite,assign,getter=callerId,setter=setCallerId:) NSString* callerId;
- (NSString*)callerId;
- (void)setCallerId:(NSString*)newCallerId;
#define PID_SNPP_CALLERID 1

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_SNPP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_SNPP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property contains the identifier of the caller. This may also provide authentication to the SNPP server and may include other authentication information as requested by the server you are connecting to.

Data Type

String

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