Errors
[Media Session]


Defines

#define ALP_STATUS   (1L << 24)
 macros used for status.
#define ALP_STATUS_OK   0
 One of the return value.
#define ALP_STATUS_SYS_ERR   (ALP_STATUS | 0x001000)
 used for system status error code.
#define ALP_STATUS_SYS_ERR_BAD_STATE   (ALP_STATUS_SYS_ERR | 0x000008)
 One of the return error code.
#define ALP_STATUS_SYS_ERR_BAD_TYPE   (ALP_STATUS_SYS_ERR | 0x000001)
 One of the return error code.
#define ALP_STATUS_SYS_ERR_MISS_OBJECT   (ALP_STATUS_SYS_ERR | 0x000005)
 One of the return error code.
#define ALP_STATUS_SYS_ERR_NO_ENOUGH_SPACE   (ALP_STATUS_SYS_ERR | 0x000009)
 One of the return error code.
#define ALP_STATUS_SYS_ERR_NO_RESOURCE   (ALP_STATUS_SYS_ERR | 0x000003)
 One of the return error code.
#define ALP_STATUS_SYS_ERR_NOT_ALLOWED   (ALP_STATUS_SYS_ERR | 0x000006)
 One of the return error code.
#define ALP_STATUS_SYS_ERR_OUT_OF_RANGE   (ALP_STATUS_SYS_ERR | 0x000007)
 One of the return error code.
#define ALP_STATUS_SYS_ERR_PARAM   (ALP_STATUS_SYS_ERR | 0x000002)
 One of the return error code.
#define ALP_STATUS_SYS_ERR_UNSUPPORTED   (ALP_STATUS_SYS_ERR | 0x000004)
 One of the return error code.


Define Documentation

#define ALP_STATUS   (1L << 24)
 

macros used for status.

#define ALP_STATUS_OK   0
 

One of the return value.

#define ALP_STATUS_SYS_ERR   (ALP_STATUS | 0x001000)
 

used for system status error code.

#define ALP_STATUS_SYS_ERR_BAD_STATE   (ALP_STATUS_SYS_ERR | 0x000008)
 

One of the return error code.

#define ALP_STATUS_SYS_ERR_BAD_TYPE   (ALP_STATUS_SYS_ERR | 0x000001)
 

One of the return error code.

#define ALP_STATUS_SYS_ERR_MISS_OBJECT   (ALP_STATUS_SYS_ERR | 0x000005)
 

One of the return error code.

#define ALP_STATUS_SYS_ERR_NO_ENOUGH_SPACE   (ALP_STATUS_SYS_ERR | 0x000009)
 

One of the return error code.

#define ALP_STATUS_SYS_ERR_NO_RESOURCE   (ALP_STATUS_SYS_ERR | 0x000003)
 

One of the return error code.

#define ALP_STATUS_SYS_ERR_NOT_ALLOWED   (ALP_STATUS_SYS_ERR | 0x000006)
 

One of the return error code.

#define ALP_STATUS_SYS_ERR_OUT_OF_RANGE   (ALP_STATUS_SYS_ERR | 0x000007)
 

One of the return error code.

#define ALP_STATUS_SYS_ERR_PARAM   (ALP_STATUS_SYS_ERR | 0x000002)
 

One of the return error code.

#define ALP_STATUS_SYS_ERR_UNSUPPORTED   (ALP_STATUS_SYS_ERR | 0x000004)
 

One of the return error code.


Generated on Wed Jul 30 07:06:42 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.