Symbian3/PDK/Source/GUID-8A58670C-D805-5E97-9B88-70C40CD011D4.dita
changeset 1 25a17d01db0c
child 3 46218c8b8afa
equal deleted inserted replaced
0:89d6a7a84779 1:25a17d01db0c
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-8A58670C-D805-5E97-9B88-70C40CD011D4" xml:lang="en"><title> NULL
       
    13 constant literals</title><shortdesc>Literal descriptor containing a NULL text string </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>Three variants are provided and can be used directly:</p>
       
    15 <ul>
       
    16 <li id="GUID-D0742F7B-BB19-53CF-B5FC-70F34F424C46"><p><codeph>KNullDesC16</codeph> -
       
    17 the 16 bit variant for Unicode strings</p> </li>
       
    18 <li id="GUID-B97993A8-7495-54BF-A260-8957E5A3E3C5"><p><codeph>KNullDesC8</codeph> -
       
    19 the 8 bit variant for non-Unicode strings</p> </li>
       
    20 <li id="GUID-8BA001E9-6718-5A58-B8A6-2E69348BF1C8"><p><codeph>KNullDesC</codeph> -
       
    21 the build independent variant</p> </li>
       
    22 </ul>
       
    23 <p>These are defined in <filepath>e32std.h</filepath> and are defined as follows:</p>
       
    24 <ul>
       
    25 <li id="GUID-BC97F5BB-595A-5BC5-BCA2-7C5FABC055B8"><p><codeph>_LIT(KNullDesC,"");</codeph> </p> </li>
       
    26 <li id="GUID-A7AC1685-3C5F-579F-B9C6-2F3186A09123"><p><codeph>_LIT8(KNullDesC8,"");</codeph> </p> </li>
       
    27 <li id="GUID-1F6C6C8A-5354-57FD-BA41-1A3CE1ACC0E0"><p><codeph>_LIT16(KNullDesC16,"");</codeph> </p> </li>
       
    28 </ul>
       
    29 </conbody></concept>