Input
|
pClientData
|
POINTER TO VisuStructClientData
|
A pointer to a clientstructure to evaluate the according information from.
|
Output
|
xError
|
BOOL
|
An error was encountered
|
xIPv4Valid
|
BOOL
|
The client structure contains a valid IPv4 information within stIPv4
|
stIPv4
|
STRING
|
The IPv4 information; valid only if xIPv4Valid yields true
|
xNameValid
|
BOOL
|
The client structure contains a valid name information within stName
|
stName
|
STRING
|
The name information; valid only if xNameValid yields true
|
xRTVTargetIdValid
|
BOOL
|
The client structure contains a valid targetidentification of the Remote Targetvisualization. Only relevant for clients of that type.
|
dwRTVTagetId
|
DWORD
|
The targetidentification of the Remote Targetvisualization. Only valid if xRTVTargetIdValid yields true Only relevant for clients of that type.
|
xRTVTargetVersionValid
|
BOOL
|
The client structure contains a valid targetversion of the Remote Targetvisualization. Only relevant for clients of that type.
|
RTVTargetVersion
|
VERSION
|
The targetversion of the Remote Targetvisualization. Only valid if xRTVTargetIdValid yields true Only relevant for clients of that type.
|