Subtracts the value in b_ptr from the value in a_ptr, places the result
in result_ptr.
SE_DRM_NULL_REQUIRED_PARAMETER - and no changes are made, if any of the parameters are NULL.
SE_DRM_FAILURE - and no changes are made, if a_ptr or b_ptr contains an invalid value field for this operation.
| extern SE_DRM_STATUS_CODE_ENUM | ||||
| SE_FuncSub | ||||
| ( | ||||
| 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