Picasso API
2.8
include
picasso_ext.h
Go to the documentation of this file.
1
19
#ifndef _PICASSO_EXT_H_
20
#define _PICASSO_EXT_H_
21
22
#include "
picasso.h
"
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
36
typedef
enum
{
38
S_OK
= 0,
40
S_BAD_PARAMS
= 1,
42
S_NOT_SUPPORT
= 2,
44
S_OUT_OF_MEMORY
= 3,
46
S_INIT_FAILURE
= 4,
48
S_FAILURE
= 5,
49
}
psx_result
;
50
53
#ifdef __cplusplus
54
}
55
#endif
56
57
#endif
/*_PICASSO_EXT_H_*/
psx_result
psx_result
Status code return by call APIs.
Definition:
picasso_ext.h:36
picasso.h
S_INIT_FAILURE
@ S_INIT_FAILURE
Definition:
picasso_ext.h:46
S_FAILURE
@ S_FAILURE
Definition:
picasso_ext.h:48
S_NOT_SUPPORT
@ S_NOT_SUPPORT
Definition:
picasso_ext.h:42
S_BAD_PARAMS
@ S_BAD_PARAMS
Definition:
picasso_ext.h:40
S_OUT_OF_MEMORY
@ S_OUT_OF_MEMORY
Definition:
picasso_ext.h:44
S_OK
@ S_OK
Definition:
picasso_ext.h:38
Generated by
1.8.17