Symbian3/SDK/Source/GUID-3DE276E8-D2C7-5297-AF3B-40B0B8733572.dita
changeset 13 48780e181b38
parent 8 ae94777fff8f
equal deleted inserted replaced
12:80ef3a206772 13:48780e181b38
    30 represented by an <codeph>RThread</codeph> handle, by calling its <codeph>ReadL()</codeph> function.
    30 represented by an <codeph>RThread</codeph> handle, by calling its <codeph>ReadL()</codeph> function.
    31 Copying data <i>to</i> the <i>other</i> thread is similar, but is done using
    31 Copying data <i>to</i> the <i>other</i> thread is similar, but is done using
    32 the <codeph>WriteL()</codeph> function. The following diagram illustrates
    32 the <codeph>WriteL()</codeph> function. The following diagram illustrates
    33 this:</p>
    33 this:</p>
    34 <fig id="GUID-7A4E3725-E6DA-566D-86E0-2941A8D96ACE">
    34 <fig id="GUID-7A4E3725-E6DA-566D-86E0-2941A8D96ACE">
    35 <image href="GUID-40C995CA-9906-59D8-A5E7-08F592031AEE_d0e247945_href.png" placement="inline"/>
    35 <image href="GUID-40C995CA-9906-59D8-A5E7-08F592031AEE_d0e252896_href.png" placement="inline"/>
    36 </fig>
    36 </fig>
    37 <p>The source or target location in the <i>other</i> thread is identified
    37 <p>The source or target location in the <i>other</i> thread is identified
    38 by pointer. The pointer only has meaning within the context of that thread;
    38 by pointer. The pointer only has meaning within the context of that thread;
    39 attempting to reference the pointer directly from within the <i>current</i> thread
    39 attempting to reference the pointer directly from within the <i>current</i> thread
    40 is meaningless and may cause an exception.</p>
    40 is meaningless and may cause an exception.</p>