Compares the values in a_ptr and b_ptr and reports in result_out_ptr
whether a_ptr's value is greater than b_ptr's value.
SE_DRM_NULL_REQUIRED_PARAMETER - and *result_out_ptr is left unchanged, if any of the parameters are NULL.
SE_DRM_FAILURE - and *result_out_ptr is left unchanged, if a_ptr or b_ptr contains an invalid value field.
| extern SE_DRM_STATUS_CODE_ENUM | ||||
| SE_FuncGT | ||||
| ( | ||||
| const | SE_LITERAL_FIELDS | * | a_ptr, | (notes) |
| const | SE_LITERAL_FIELDS | * | b_ptr, | (notes) |
| SE_LITERAL_FIELDS | * | result_out_ptr | (notes) | |
| ); | ||||
pointer to the first operand.
pointer to the second operand.
pointer to the result.