Jump to: navigation, search

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 January 15, 2014, at 05:58.
Comments or questions about this documentation? Contact us for support!