typedef enum { KVResultError = -1, KVResultNotFound, KVResultSuccessful } TKVResult;
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.