BYTE
A BYTE is 8 bits of memory with no interpretation attached. If not already defined by the development environment, it is declared as:
#include <lvm_gbls.h> /* or <lvm_intr.h> */ typedef unsigned char BYTE;