equal
deleted
inserted
replaced
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-5B1A7CBF-40DE-56F9-B145-948C6F72B647" xml:lang="en"><title>Using |
12 <concept id="GUID-5B1A7CBF-40DE-56F9-B145-948C6F72B647" xml:lang="en"><title>Using |
13 TDesC16 Class</title><shortdesc>Use <apiname>TDesC16</apiname> for interfaces which access Unicode |
13 TDesC16 Class</title><shortdesc>Use <codeph>TDesC16</codeph> for interfaces which access Unicode |
14 text, regardless of the build variant, but which does not change the data.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
14 text, regardless of the build variant, but which does not change the data.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
15 <section id="GUID-E63C406D-E480-59B0-B829-3838DDE6B24F"><title>Using in a |
15 <section id="GUID-E63C406D-E480-59B0-B829-3838DDE6B24F"><title>Using in a |
16 function interface</title> <p>Interfaces which take wide (Unicode) text, use |
16 function interface</title> <p>Interfaces which take wide (Unicode) text, use |
17 descriptors in the specification of that interface. All 16 bit concrete descriptors |
17 descriptors in the specification of that interface. All 16 bit concrete descriptors |
18 are derived from <codeph>TDesC16</codeph> which means that the interface can |
18 are derived from <codeph>TDesC16</codeph> which means that the interface can |