Phonebook Property

This property reads the PhonebookEntry when dialing the remote machine.

Syntax

ANSI (Cross Platform)
char* GetPhonebook();
int SetPhonebook(const char* lpszPhonebook); Unicode (Windows) LPWSTR GetPhonebook();
INT SetPhonebook(LPCWSTR lpszPhonebook);
@property (nonatomic,readwrite,assign,getter=phonebook,setter=setPhonebook:) NSString* phonebook;
- (NSString*)phonebook;
- (void)setPhonebook:(NSString*)newPhonebook;
#define PID_NETDIAL_PHONEBOOK 12

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 reads the PhonebookEntry when dialing the remote machine. This property is valuable only in Windows NT 4.0 and higher where multiple phonebooks can be specified. The PhonebookEntry is relative to Phonebook. If it is empty the default phonebook is used.

Data Type

String

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