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

UserData Property

The UserData property holds connection specific user specified data.

Syntax

int GetUserData(int iConnectionId, char *&lpUserData, int &lenUserData);


int SetUserData(int iConnectionId, char *lpUserData, int lenUserData);

Default Value

""

Remarks

The UserData property holds connection specific user specified data.

User specified data may be set or retrieved at any point while the connection is valid. This provides a simple way to associate arbitrary data with a specific connection.

The size of the array is controlled by the ConnectionCount property.

This property is not available at design time.

Data Type

Binary String

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