williamr@4: /* williamr@4: * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies). williamr@4: * All rights reserved. williamr@4: * This component and the accompanying materials are made available williamr@4: * under the terms of "Eclipse Public License v1.0" williamr@4: * which accompanies this distribution, and is available williamr@4: * at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: * williamr@4: * Initial Contributors: williamr@4: * Nokia Corporation - initial contribution. williamr@4: * williamr@4: * Contributors: williamr@4: * williamr@4: * Description: Phonebook 2 icon id resource structure definition. williamr@4: * williamr@4: */ williamr@4: williamr@4: williamr@4: #ifndef PBK2ICONID_RH williamr@4: #define PBK2ICONID_RH williamr@4: williamr@4: // INCLUDES williamr@4: #include williamr@4: williamr@4: /** williamr@4: * Phonebook 2 icon id. williamr@4: */ williamr@4: STRUCT PHONEBOOK2_ICON_ID williamr@4: { williamr@4: /// The UID that specifies whose icon this is. It is used to identify williamr@4: // icons from different components that are used in the same data williamr@4: // structure. The UID could be e.g a Phonebook 2 UID for application williamr@4: // defined icons and an ECom implementation UID for UI extension icons. williamr@4: LONG ownerUid = KPbk2NullIconIdOwnerUid; williamr@4: williamr@4: /// The id of the icon inside the component. williamr@4: BYTE id = EPbk2NullIconId; williamr@4: } williamr@4: williamr@4: #endif // PBK2ICONID_RH williamr@4: williamr@4: // End of File