{
{   The purpose  of this procedure is to take a newly created volume set table
{ and initialize it to indicate that this volume  is  a  member  volume.   The
{ volume  set table must have already been created and opened, and the pointer
{ is assumed valid.  All fields are assumed initialized prior to this call and
{ the  parameters  are NOT validated.  This procedure is called as a result of
{ the stp$add_member_to_set request.
{
{       STP$BUILD_MEMBER_VST (P_MEMBER_VST, MEMBER_VSN, MEMBER_INTERNAL_VSN,
{         SET_NAME, UNIQUE_SET_NAME, MASTER_VOL, MASTER_INTERNAL_VSN)
{
{ P_MEMBER_VST:  (input)  This  parameter  specifies  a  pointer to the member
{       volume set table that is to be initialized.
{
{ MEMBER_VSN: (input) This parameter specifies the name of the volume.
{
{ MEMBER_INTERNAL_VSN: (input) This specifies the internal vsn of  the  member
{       volume.
{
{ SET_NAME:  (input)  This  parameter  specifies  the name of the set that the
{       member belongs to.
{
{ UNIQUE_SET_NAME: (input) This parameter specifies the  unique  name  of  the
{       set.
{
{ MASTER_VOL:  (input) This parameter specifies the recorded vsn of the master
{       volume of the set that this member is being added to.
{
{ MASTER_INTERNAL_VSN: (input) This paramter specifies the unique vsn for  the
{       master volume.
{
{
