On what conditions below api will leave.
IMPORT_C TBool IsVpnApL( const TUint32 aUid );
this is the api from class CVpnApEngine. Please let me know.
On what conditions below api will leave.
IMPORT_C TBool IsVpnApL( const TUint32 aUid );
this is the api from class CVpnApEngine. Please let me know.
If you have seen it leaving, please provide the error code too.
Otherwise possible leave-codes are not collected on a per-method basis as far as I know.
In this particular case an obvious example can be KErrNotFound if aUid does not identify an existing access point.