Boot_Manager_Menu_Item

This structure defines an item on the Boot Manager menu.


#include <lvm_intr.h>

typedef struct _Boot_Manager_Menu_Item {
    ADDRESS     Handle;    /* A volume or partition handle                      */
    BOOLEAN     Volume;    /* Indicates whether Handle is a volume or partition */
} Boot_Manager_Menu_Item;