CallbackNumber Property

The callback number to give when directly dialing the remote machine.

Syntax

ANSI (Cross Platform)
char* GetCallbackNumber();
int SetCallbackNumber(const char* lpszCallbackNumber); Unicode (Windows) LPWSTR GetCallbackNumber();
INT SetCallbackNumber(LPCWSTR lpszCallbackNumber);
@property (nonatomic,readwrite,assign,getter=callbackNumber,setter=setCallbackNumber:) NSString* callbackNumber;
- (NSString*)callbackNumber;
- (void)setCallbackNumber:(NSString*)newCallbackNumber;
#define PID_NETDIAL_CALLBACKNUMBER 1

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

Default Value

""

Remarks

This property contains the callback number to give when directly dialing the remote machine. User, PhoneNumber, Password, and optionally Domain and CallbackNumber are used when PhonebookEntry is empty.

Calling the Connect method attempts a connection.

Data Type

String

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