The following structure is used to get
a list of the items on the partition manager menu.
#include <lvm_intr.h>
typedef struct _Boot_Manager_Menu {
Boot_Manager_Menu_Item * Menu_Items; /* Array of menu items */
CARDINAL32 Count; /* Number of menu items */
} Boot_Manager_Menu;