IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

ConnectedEntry Event

Fired for every connected device when the ListConnections method is called.

Syntax

 virtual int FireConnectedEntry(NetDialConnectedEntryEventParams *e);

 
typedef struct {
int Handle;
char* Entry;
char* DeviceName;
char* DeviceType;
char* StatusDescription;
int reserved;
} NetDialConnectedEntryEventParams;

Remarks

The Handle parameter can be used to disconnect the entry. You should assign Handle to the Handle property and then call the Disconnect method.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]