TibrvMsg::createCopy()

Method

Declaration

TibrvStatus createCopy(TibrvMsg& copy)

Purpose

Store a copy of this message in another message object.

Remarks

Despite its name, this method does not create a new object. Instead, it stores an independent copy in the variable it receives as a parameter.

Parameter

Description

copy

The program supplies a variable in this parameter; the method stores an independent copy of the message in that variable.

See Also

TibrvMsg()