Voice Platform SDK 8.5 API Reference

TKVResult

Syntax



typedef enum {
	KVResultError		= -1,
	KVResultNotFound,
	KVResultSuccessful
} TKVResult;


Top of Page

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.


Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.