epoc32/include/mw/msvuids.h
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 2fe1408b6811
child 4 837f303aceeb
equal deleted inserted replaced
2:2fe1408b6811 3:e1b950c65cb4
       
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @publishedAll
       
    21  @released
       
    22 */
       
    23 #if !defined(__MSVUIDS_H__)
       
    24 #define __MSVUIDS_H__
       
    25 #if !defined(__E32BASE_H__)
       
    26 #include <e32base.h>
       
    27 #endif
       
    28 #if !defined(__MSVSTD_HRH__)
       
    29 #include <msvstd.hrh>
       
    30 #endif
       
    31 
       
    32 
       
    33 /**
       
    34 * Entry type Uids
       
    35 * @publishedAll
       
    36 * @released
       
    37 */
       
    38 const TUid KUidMsvNullEntry={0};
       
    39 /**
       
    40 * Root entry of entire index 
       
    41 * @publishedAll
       
    42 * @released
       
    43 */
       
    44 const TUid KUidMsvRootEntry={KUidMsvRootEntryValue};
       
    45 // Service 
       
    46 /**
       
    47 * @publishedAll
       
    48 * @released
       
    49 */
       
    50 const TUid KUidMsvServiceEntry={KUidMsvServiceEntryValue};
       
    51 // Folder 
       
    52 /**
       
    53 * @publishedAll
       
    54 * @released
       
    55 */
       
    56 const TUid KUidMsvFolderEntry={KUidMsvFolderEntryValue};
       
    57 // Message
       
    58 /**
       
    59 * @publishedAll
       
    60 * @released
       
    61 */
       
    62 const TUid KUidMsvMessageEntry={KUidMsvMessageEntryValue};
       
    63 // Entry 
       
    64 /**
       
    65 * @publishedAll
       
    66 * @released
       
    67 */
       
    68 const TUid KUidMsvAttachmentEntry={KUidMsvAttachmentEntryValue};
       
    69 
       
    70 // Local Service Uid
       
    71 // An operation that affects only local entries. 
       
    72 /**
       
    73 * @publishedAll
       
    74 * @released
       
    75 */
       
    76 const TUid KUidMsvLocalServiceMtm={KUidMsvLocalServiceMtmValue};
       
    77 //An operation performed by the Message Server. 
       
    78 /**
       
    79 * @publishedAll
       
    80 * @released
       
    81 */
       
    82 const TUid KUidMsvServerMtm={KUidMsvServerMtmValue};
       
    83 // Key for Publish & Subscribe Disk Space Monitor  
       
    84 /**
       
    85 * @publishedAll
       
    86 * @released
       
    87 */
       
    88 const TInt KUidPSDiskSpaceMonitorKeyType={0x2001FC30};
       
    89 
       
    90 #endif