Symbian3/SDK/Source/GUID-4820CA37-982D-57BC-8829-498192801B1E.dita
changeset 8 ae94777fff8f
parent 0 89d6a7a84779
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
     7     Nokia Corporation - initial contribution.
     7     Nokia Corporation - initial contribution.
     8 Contributors: 
     8 Contributors: 
     9 -->
     9 -->
    10 <!DOCTYPE concept
    10 <!DOCTYPE concept
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    12 <concept id="GUID-4820CA37-982D-57BC-8829-498192801B1E" xml:lang="en"><title>ReadData:
    12 <concept id="GUID-4820CA37-982D-57BC-8829-498192801B1E" xml:lang="en"><title>ReadData: Reading from a Resource File</title><prolog><metadata><keywords/></metadata></prolog><conbody>
    13 Reading from a Resource File</title><prolog><metadata><keywords/></metadata></prolog><conbody>
    13 <section id="GUID-00597CB6-C08D-4C33-B964-5861EFDF9882"><title>Download</title> <p>Click on the following link to
    14 <section><title>Download</title> <p>Click on the following link to download
    14 download the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-98ed2cf0-25b9-49e1-bfa3-ff26c6b4bbf4.zip" scope="external">ReadData.zip</xref></p>Download some additional files
    15 the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-98ed2cf0-25b9-49e1-bfa3-ff26c6b4bbf4.zip" scope="external">ReadData.zip</xref></p>Download some additional files required
    15 required by the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-89fa6105-e749-4e5f-a233-a000e3b9390b.zip" scope="external">CommonFramework.zip</xref> and <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-7c88b173-b677-457c-9f87-ef28897de1d7.zip" scope="external">CommonFile.zip</xref><p>Click: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-98ed2cf0-25b9-49e1-bfa3-ff26c6b4bbf4.html" scope="peer">browse</xref> to view the example code. </p>View the
    16 by the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-89fa6105-e749-4e5f-a233-a000e3b9390b.zip" scope="external">CommonFramework.zip</xref> and <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-7c88b173-b677-457c-9f87-ef28897de1d7.zip" scope="external">CommonFile.zip</xref><p>Click: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-98ed2cf0-25b9-49e1-bfa3-ff26c6b4bbf4.html" scope="peer">browse</xref> to view the example code. </p>View the additional
    16 additional files: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-89fa6105-e749-4e5f-a233-a000e3b9390b.html" scope="peer">browse CommonFramework</xref> and <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-7c88b173-b677-457c-9f87-ef28897de1d7.html" scope="peer">browse CommonFile</xref></section>
    17 files: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-89fa6105-e749-4e5f-a233-a000e3b9390b.html" scope="peer">browse CommonFramework</xref> and <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-7c88b173-b677-457c-9f87-ef28897de1d7.html" scope="peer">browse CommonFile</xref></section>
    17 <section id="GUID-6C549B10-6EE2-47EA-AAF2-E6CB7F187633"><title>Description</title> <p> <filepath>ReadData</filepath> is an example of how to load data from resource files into a class.
    18 <section><title>Description</title> <p> <filepath>ReadData</filepath> is an
    18 It loads the resource identified as resource FIRST from the resource
    19 example of how to load data from resource files into a class. It loads the
    19 file. This is a simple resource of type DATA. The example constructs
    20 resource identified as resource FIRST from the resource file. This is a simple
    20 a <codeph>CResData</codeph> object to hold the individual items corresponding
    21 resource of type DATA. The example constructs a <codeph>CResData</codeph> object
    21 to the items in a DATA structure. </p> <p>The <codeph>CResData</codeph> object can also display the individual items at the test console.
    22 to hold the individual items corresponding to the items in a DATA structure. </p> <p>The <codeph>CResData</codeph> object
    22 All WORD, BYTE and LONG data is interpreted as signed values. </p> </section>
    23 can also display the individual items at the test console. All WORD, BYTE
    23 <section id="GUID-D1D509FE-E739-460B-BDB2-648760CFDA7B"><title>Class Summary</title><p><xref href="GUID-AA6DEF11-6F23-3523-A9F7-F15DF918E1BA.dita"><apiname>RResourceFile</apiname></xref> </p><p><codeph>TTResourceReader</codeph></p></section>
    24 and LONG data is interpreted as signed values. </p> </section>
       
    25 <section><title>Class Summary</title><p><xref href="GUID-AA6DEF11-6F23-3523-A9F7-F15DF918E1BA.dita"><apiname>RResourceFile</apiname></xref> </p><p><xref href="GUID-2C40E1EC-15EE-3055-8B7D-2D0FBA4CB535.dita"><apiname>TTResourceReader</apiname></xref></p></section>
       
    26 </conbody></concept>
    24 </conbody></concept>