OnlineVariable.SetMemCfg



SetMemCfg(szMemName As String,szPvNames As SAFEARRAY(String),lOffsets As SAFEARRAY(Long),bAsRawValue As Boolean) As Boolean

Parameters

szMemName As String
szMemName As String     (Unique name of variable to be deleted)
szPvNames As SAFEARRAY(String)
szPvNames() As String     (dynamic array with the unique variables names)
lOffsets As SAFEARRAY(Long)
lOffsets() As Long     (dynamic array with the offsets in the shared memory buffer)
bAsRawValue As Boolean
bAsRawValue As Boolean     (allow editing of raw values)
ED
not used
RT
avaliable

Remarks

Creates structures in the shared memory area, neede to use the 'WriteBack" method.
Formally used within external performance critical applications.

See Also

OnlineVariable