PalmLsnDupSender method

Initializes the sender field of an a_palm_msg instance.

Syntax
Err PalmLsnDupSender(
    struct a_palm_msg * const msg,
    Char const * sender
)
Parameters
  • msg   A pointer to an a_palm_msg instance.

  • sender   An input parameter containing the source sender field.

Returns

A Palm OS error code. errNone indicates success.

Remarks

The PalmLsnDupSender method duplicates the sender input parameter and assigns the value to an a_palm_msg instance.

See also