crypto/weakcryptospi/inc/spi/cryptospistateapi.h
changeset 33 cf642210ecb7
parent 8 35751d3474b7
equal deleted inserted replaced
29:ece3df019add 33:cf642210ecb7
    59 		/**
    59 		/**
    60 		Enumerate the all characteristics in the system
    60 		Enumerate the all characteristics in the system
    61 		@param aCharacteristics the array of characteristic dll list.
    61 		@param aCharacteristics the array of characteristic dll list.
    62 		@param aInterface the uid of the interface, 0 means that enumerating characteristics for all the interfaces
    62 		@param aInterface the uid of the interface, 0 means that enumerating characteristics for all the interfaces
    63 		@param aExtended if extended characteristic needs to be retrieved.
    63 		@param aExtended if extended characteristic needs to be retrieved.
       
    64 		@leave ...	Any of the crypto error codes defined in 
       
    65   					cryptospi_errs.h or any of the system-wide error codes.	
    64 		*/
    66 		*/
    65 		IMPORT_C static void EnumerateCharacteristicsL(RPointerArray<CCharacteristicsAndPluginName>& aCharacteristics, TInt32 aInterface, TBool aExtended);
    67 		IMPORT_C static void EnumerateCharacteristicsL(RPointerArray<CCharacteristicsAndPluginName>& aCharacteristics, TInt32 aInterface, TBool aExtended);
    66 		};
    68 		};
    67 	}
    69 	}
    68 	
    70