TKVResult
Syntax
typedef enum { KVResultError = -1, KVResultNotFound, KVResultSuccessful } TKVResult;
Values
- KVResultError — Error condition. Returned to the application if the request has not been processed due to incorrect function statement.
- KVResultNotFound — Error condition. Returned to the application if the specified data structure has not been found.
- KVResultSuccessful — Successful completion of the requested function.
This page was last edited on March 17, 2016, at 18:08.
Comments or questions about this documentation? Contact us for support!