EntryWINSServer Property

The WINS server of the phonebook entry pointed to by PhonebookEntry .

Syntax

ANSI (Cross Platform)
char* GetEntryWINSServer();
int SetEntryWINSServer(const char* lpszEntryWINSServer); Unicode (Windows) LPWSTR GetEntryWINSServer();
INT SetEntryWINSServer(LPCWSTR lpszEntryWINSServer);
@property (nonatomic,readwrite,assign,getter=entryWINSServer,setter=setEntryWINSServer:) NSString* entryWINSServer;
- (NSString*)entryWINSServer;
- (void)setEntryWINSServer:(NSString*)newEntryWINSServer;
#define PID_NETDIAL_ENTRYWINSSERVER 8

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 WINS server of the phonebook entry pointed to by PhonebookEntry. This property is filled in automatically every time PhonebookEntry is set to an existing entry.

Data Type

String

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