ADDRESS

An ADDRESS variable is one which holds an address. The address can contain anything, or even be invalid. It is just an address which is presumed to hold some kind of data.

In the LVM Engine, the ADDRESS type is most often used as a handle to an object such as a drive, volume, or partition.


#include <lvm_intr.h>

typedef void * ADDRESS;