DirectPrint/ImagePrintLibrary/inc/imageprint.rh
changeset 19 2275db202402
parent 11 613a5ff70823
equal deleted inserted replaced
2:acc370d7f2f6 19:2275db202402
       
     1 /*
       
     2 * Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Contains the following interfaces: MProtPrintingDevice, 
       
    15 * 				 MProtIdleObserver, MProtPrintEventObserver and MProtDiscoveryObserver.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 STRUCT RS_CAPABILITY
       
    21 {
       
    22 	LONG	printerclass;
       
    23 	LONG	capabilityid;
       
    24 	LONG	type;
       
    25 	LONG	defaultvalue;
       
    26 	LONG	low;
       
    27 	LONG	high;
       
    28 	LONG	enumcodes[];  //code and link pair
       
    29 	LONG	linkid;
       
    30 }
       
    31 
       
    32 STRUCT RS_CAPABILITIES
       
    33 {
       
    34 	STRUCT capabilities[];	
       
    35 }