Click or drag to resize

IpcTopicData Class

X#
Create a global memory object and pass a data handle back to the application.
Inheritance Hierarchy
Object
  VObject
    IpcTopicData

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS IpcTopicData INHERIT VObject
Request Example View Source

The IpcTopicData type exposes the following members.

Constructors
  NameDescription
Public methodIpcTopicData
Construct an IpcTopicData object.
Top
Fields
  NameDescription
Public fieldliLen
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Public fieldptrData
Top
Remarks
The IpcTopicData object contains a pointer to the data and the length of the data string (it is created as a global memory object by Windows DDE management library and it passes a data handle back to the application).
See Also

Reference