crypto/weakcryptospi/inc/spi/cryptospistateapi.h
changeset 33 cf642210ecb7
parent 8 35751d3474b7
--- a/crypto/weakcryptospi/inc/spi/cryptospistateapi.h	Tue Nov 24 09:06:03 2009 +0200
+++ b/crypto/weakcryptospi/inc/spi/cryptospistateapi.h	Thu Dec 17 09:28:34 2009 +0200
@@ -61,6 +61,8 @@
 		@param aCharacteristics the array of characteristic dll list.
 		@param aInterface the uid of the interface, 0 means that enumerating characteristics for all the interfaces
 		@param aExtended if extended characteristic needs to be retrieved.
+		@leave ...	Any of the crypto error codes defined in 
+  					cryptospi_errs.h or any of the system-wide error codes.	
 		*/
 		IMPORT_C static void EnumerateCharacteristicsL(RPointerArray<CCharacteristicsAndPluginName>& aCharacteristics, TInt32 aInterface, TBool aExtended);
 		};