PalmLsnDupTime function

Initializes the time field of an a_palm_msg instance.

Prototype
Err PalmLsnDupTime(
    struct a_palm_msg * const msg,
    UInt32 const time
)
Parameters
  • msg   A pointer to an a_palm_msg instance.

  • time   An input parameter containing the source time field.

Return value

A Palm OS error code. errNone indicates success.

Remarks

The PalmLsnDupTime function duplicates the time input parameter and assigns the value to an a_palm_msg instance.

See also