CMA_ACCOUNTTYPE

Contains a list of account types used in the CMA_PART structure.

Syntax

typedef enum tagCMA_ACCOUNTTYPE {
    ACCOUNTTYPE_NONE    = 0,
    ACCOUNTTYPE_PRODUCT    = 1,
    ACCOUNTTYPE_CUSTOMER    = 2,
    ACCOUNTTYPE_SALESPERSON    = 3,
    ACCOUNTTYPE_VENDOR    = 4,
} CMA_ACCOUNTTYPE;

ACCOUNTTYPE_NONE   This is not an account-part type that requires tracking.

ACCOUNTTYPE_PRODUCT   A product account.

ACCOUNTTYPE_CUSTOMER   A customer account.

ACCOUNTTYPE_SALESPERSON   A salesperson account.

ACCOUNTTYPE_VENDOR   A vendor account.

See Also

CMA_PART