PsiFS: SWI Calls

PsiFS_ClipboardCopy

PsiFS_ClipboardCopy
(SWI &520CF)
Write to the remote clipboard

On entry:R0 =pointer to null terminated filename

On exit:R0 =flags
R1 =time stamp of last update to local clipboard

Interrupts:Interrupt status is undefined
Fast interrupts are enabled

Processor mode:Processor is in SVC mode

Re-entrancy:SWI is not re-entrant

Use: Copy the contents of the specified file to the remote clipboard. This is only appropriate for EPOC devices.

The bits of the flags returned in R0 have the following meanings:
BitMeaning when set
0clipboard server active
1 ~ 7reserved
8clipboard changed by remote machine
9local clipboard is up to date
10 ~ 15reserved
16clipboard changed by local machine
17remote clipboard is up to date
18 ~ 31reserved

The time stamp returned in R1 is the value of OS_ReadMonotonicTime when the clipboard was updated.


Related SWIs:PsiFS_ClipboardPaste

Related vectors:None

[Contents] [Up] Copyright © Alexander Thoukydides, 1998, 1999, 2000, 2001, 2002