Enumerations : V11ReturnCode enumerated type

V11ReturnCode enumerated type
Description
Indicates the method-call status.
Syntax
 
enum V11ReturnCode {
RETURN_SUCCESS = 0,
RETURN_BAD_ARGS = 1,
RETURN_FAIL = 2,
};
Constants