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 June 27, 2017, at 20:22.
Comments or questions about this documentation? Contact us for support!