PalmLsnDupTime method

Initializes the time field of an a_palm_msg instance.

Syntax
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.

Returns

A Palm OS error code. errNone indicates success.

Remarks

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

See also