Contains a list of update types used in the CMA_JOURNALENTRY structure.
Syntax
typedef enum tagCMA_UPDATECONTROL {
UPDATECONTROL_UNKNOWN = 0,
UPDATECONTROL_ACTUAL = 1,
UPDATECONTROL_BUDGET = 2,
} CMA_CONTACTGENDER;
UPDATECONTROL_UNKNOWN The transaction type is unknown.
UPDATECONTROL ACTUAL The transaction type is actual (that is, a normal transaction type).
UPDATECONTROL_BUDGET The transaction type is budget.
See Also