Enum VXIMemoryAccessPrivilege
Prototype
typedef enum {
DATA_PRIV = 0,
DATA_NPRIV = 1,
PROG_PRIV = 2,
PROG_NPRIV = 3,
BLCK_PRIV = 4,
BLCK_NPRIV = 5,
D64_PRIV = 6,
D64_NPRIV = 7
} VXIMemoryAccessPrivilege;