Picasso API  2.8
Modules | Enumerations
Extensions

Modules

 XImage Extension
 
 XSvg Extension
 

Enumerations

enum  psx_result {
  S_OK = 0, S_BAD_PARAMS = 1, S_NOT_SUPPORT = 2, S_OUT_OF_MEMORY = 3,
  S_INIT_FAILURE = 4, S_FAILURE = 5
}
 Status code return by call APIs. More...
 

Detailed Description

Enumeration Type Documentation

◆ psx_result

enum psx_result

Status code return by call APIs.

Enumerator
S_OK 

Successful no errors.

S_BAD_PARAMS 

Invalid params input.

S_NOT_SUPPORT 

Not support.

S_OUT_OF_MEMORY 

Not enough memory.

S_INIT_FAILURE 

Not initialize system.

S_FAILURE 

Operation failed by internal errors.

Definition at line 36 of file picasso_ext.h.