{
{   The purpose  of  this request is to translate a member list locator into a
{ pointer.  This pointer can then be used to reference the member list in  the
{ master  volume  set  table.   A  base pointer (p_vol_set_table) must also be
{ provided from which the segment number is taken.
{
{       STP$BUILD_MEMBER_LIST_POINTER (MEMBER_LIST_LOCATOR, P_VOL_SET_TABLE,
{         P_MEMBER_LIST)
{
{ MEMBER_LIST_LOCATOR:  (input)  This  parameter  specifies  the  member  list
{       locator.   This  must  previously  have  been  constructed  using  the
{       stp$build_member_list_locator request.
{
{ P_VOL_SET_TABLE:  (input) This parameter specifies the pointer to the master
{       volume set table from which the member list locator was obtained.
{
{ P_MEMBER_LIST: (output) This parameter returns the  pointer  to  the  member
{       list.   This pointer may be returned as NIL, if a NIL pointer was used
{       to build the locator.
{
