Group SDS_Buffer_Return_Codes
Modules > SDS_Buffer_Return_Codes
SDS Buffer Function Return Codes. More...
Macros
Type | Name |
---|---|
define | SDS_BUFFER_ERROR (-1) Error during sdsBuffer function execution. |
define | SDS_BUFFER_ERROR_PARAMETER (-2) Error due to invalid parameter passed to an sdsBuffer function. |
define | SDS_BUFFER_OK (0) sdsBuffer function execution completed successfully. |
Detailed Description
The following values are returned by most sdsBuffer
functions.
Macro Definition Documentation
define SDS_BUFFER_ERROR
Error during sdsBuffer function execution.
#define SDS_BUFFER_ERROR `(-1)`
define SDS_BUFFER_ERROR_PARAMETER
Error due to invalid parameter passed to an sdsBuffer function.
#define SDS_BUFFER_ERROR_PARAMETER `(-2)`
define SDS_BUFFER_OK
sdsBuffer function execution completed successfully.
#define SDS_BUFFER_OK `(0)`